Click or drag to resize

CommenceCursorGetQueryRowSetByID Method

Create a rowset object with a particular row loaded.

Namespace:  Vovin.CmcLibNet.Database
Assembly:  Vovin.CmcLibNet (in Vovin.CmcLibNet.dll) Version: 1.0.7729.42686
Syntax
public ICommenceQueryRowSet GetQueryRowSetByID(
	string pRowID,
	CmcOptionFlags flags = CmcOptionFlags.Default
)

Parameters

pRowID
Type: SystemString
Unique ID string obtained from GetRowID(Int32, CmcOptionFlags).
flags (Optional)
Type: Vovin.CmcLibNet.DatabaseCmcOptionFlags
Unused at present, must be 0.

Return Value

Type: ICommenceQueryRowSet
ICommenceQueryRowSet on success.

Implements

ICommenceCursorGetQueryRowSetByID(String, CmcOptionFlags)
See Also