Click or drag to resize

ICommenceCursorGetQueryRowSet Method (Int32, CmcOptionFlags)

Create a rowset object with the results of a query.

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

Parameters

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

Return Value

Type: ICommenceQueryRowSet
ICommenceQueryRowSet object on success.
See Also