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.1.0.23.1204.1+9d8b98a22c49d038b4e3323bfe56aa1d0eabe7ae
C#
public static Task<RecroTrack> 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

TaskRecroTrack
New instance of the RecroTrack class.

See Also