Click or drag to resize

CommenceCursorGetDeleteRowSet Method (Int32, CmcOptionFlags)

Create a rowset of n items for deletion.

Namespace:  Vovin.CmcLibNet.Database
Assembly:  Vovin.CmcLibNet (in Vovin.CmcLibNet.dll) Version: 1.0.7729.42686
Syntax
public ICommenceDeleteRowSet GetDeleteRowSet(
	int nRows,
	CmcOptionFlags flags = CmcOptionFlags.Default
)

Parameters

nRows
Type: SystemInt32
Number of rows to retrieve.
flags (Optional)
Type: Vovin.CmcLibNet.DatabaseCmcOptionFlags
Unused at present, must be 0.

Return Value

Type: ICommenceDeleteRowSet
ICommenceDeleteRowSet on success.

Implements

ICommenceCursorGetDeleteRowSet(Int32, CmcOptionFlags)
See Also