Click or drag to resize

CommenceCursorGetAddRowSet Method

Create a rowset of new items to add to the database.

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

Parameters

nRows
Type: SystemInt32
Number of rows to create.
flags (Optional)
Type: Vovin.CmcLibNet.DatabaseCmcOptionFlags
Logical OR of following option flags: Shared - all rows default to shared.

Return Value

Type: ICommenceAddRowSet
ICommenceAddRowSet object.

Implements

ICommenceCursorGetAddRowSet(Int32, CmcOptionFlags)
See Also