Click or drag to resize

ICommenceCursorGetQueryRowSet Method (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(
	CmcOptionFlags flags = CmcOptionFlags.Default
)

Parameters

flags (Optional)
Type: Vovin.CmcLibNet.DatabaseCmcOptionFlags
Unused at present, must be 0.

Return Value

Type: ICommenceQueryRowSet
ICommenceQueryRowSet object on success.
Remarks
This method is only available to .NET applications.
See Also