RecroTrackSaveChangesAsync(IRGFLogger, IRGDataContext, String, String, String) Method

Calling SaveChanges on the DBContext and saving RecroTrack objects.

Definition

Namespace: Recrovit.RecroGridFramework
Assembly: Recrovit.RecroGrid (in Recrovit.RecroGrid.dll) Version: 6.6.0.24.0320.1
C#
public static Task SaveChangesAsync(
	IRGFLogger rgfLogger,
	IRGDataContext context,
	string transactionName,
	string userId,
	string comment = null
)

Parameters

rgfLogger  IRGFLogger
The logger.
context  IRGDataContext
The context.
transactionName  String
Name of the transaction.
userId  String
The user identifier.
comment  String  (Optional)
The comment.

Return Value

Task

[Missing <returns> documentation for "M:Recrovit.RecroGridFramework.RecroTrack.SaveChangesAsync(Recrovit.RecroGridFramework.IRGFLogger,Recrovit.RecroGridFramework.Data.IRGDataContext,System.String,System.String,System.String)"]

See Also