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: 6.3.0.24.0115.1
public static Task<RecroTrack> 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.
TaskRecroTrackNew instance of the
RecroTrack class.