Click or drag to resize

RecroTrackSaveChanges Method (IRGDataContext, String, String, String)

Az ObjectContext SaveChanges végrehajtása, és a RecroTrack objektumok mentése.

Namespace:  Recrovit.RecroGridFramework
Assembly:  Recrovit.RecroGrid (in Recrovit.RecroGrid.dll) Version: 1.7.3
Syntax
C#
public static RecroTrack SaveChanges(
	IRGDataContext context,
	string transactionName,
	string userId,
	string comment = null
)

Parameters

context
Type: Recrovit.RecroGridFramework.DataIRGDataContext
The context.
transactionName
Type: SystemString
Name of the transaction.
userId
Type: SystemString
The user identifier.
comment (Optional)
Type: SystemString
The comment.

Return Value

Type: RecroTrack
New instance of the RecroTrack class.
See Also