Click or drag to resize

ICommenceEditRowSetCommitGetCursor Method

Make row modifications permanent (commit to disk) and return a cursor for the newly added data

Namespace:  Vovin.CmcLibNet.Database
Assembly:  Vovin.CmcLibNet (in Vovin.CmcLibNet.dll) Version: 1.0.7729.42686
Syntax
CommenceCursor CommitGetCursor(
	CmcOptionFlags flags = CmcOptionFlags.Default
)

Parameters

flags (Optional)
Type: Vovin.CmcLibNet.DatabaseCmcOptionFlags
Unused, must be 0

Return Value

Type: CommenceCursor
CommenceCursor object reflecting the changes.
See Also