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.0.0.24.0403.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[Missing <returns> documentation for "M:Recrovit.RecroGridFramework.RecroTrack.SaveChangesAsync(Recrovit.RecroGridFramework.IRGFLogger,Recrovit.RecroGridFramework.Data.IRGDataContext,System.String,System.String,System.String)"]