 | 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
SyntaxICommenceQueryRowSet GetQueryRowSet(
int nRows,
CmcOptionFlags flags = CmcOptionFlags.Default
)
Function GetQueryRowSet (
nRows As Integer,
Optional flags As CmcOptionFlags = CmcOptionFlags.Default
) As ICommenceQueryRowSet
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:
ICommenceQueryRowSetICommenceQueryRowSet object on success.
See Also