Click or drag to resize

CommenceCursorGetEditRowSet Method (Int32, CmcOptionFlags)

Create a rowset of existing items for editing.

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

Implements

ICommenceCursorGetEditRowSet(Int32, CmcOptionFlags)
See Also