Click or drag to resize

CommenceAddRowSetCommitGetCursor Method

Make row modifications permanent (commit to disk) and return a cursor for the newly added data. The CommenceAddRowSet should now be discarded.

Namespace:  Vovin.CmcLibNet.Database
Assembly:  Vovin.CmcLibNet (in Vovin.CmcLibNet.dll) Version: 1.0.7729.42686
Syntax
public 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.

Implements

ICommenceAddRowSetCommitGetCursor(CmcOptionFlags)
See Also