RecroTrackSaveChangesAsync(IRGFLogger, IRGDataContext, String, String, String) Method
            Calling SaveChanges on the DBContext and saving RecroTrack objects.
            
Namespace: Recrovit.RecroGridFrameworkAssembly: Recrovit.RecroGrid (in Recrovit.RecroGrid.dll) Version: 8.9.0.24.1113.1
public static Task SaveChangesAsync(
	IRGFLogger rgfLogger,
	IRGDataContext context,
	string transactionName,
	string userId,
	string comment = null
)
- rgfLogger  IRGFLogger
- The logger.
- context  IRGDataContext
- The context.
- transactionName  String
- Name of the transaction.
- userId  String
- The user identifier.
- comment  String  (Optional)
- The comment.
Task