Click or drag to resize

CommenceCursorGetQueryRowSetByThid Method

Create a rowset object with a particular thid loaded. Only applies to shared items. Cursor must have the thids thids flag.

Namespace:  Vovin.CmcLibNet.Database
Assembly:  Vovin.CmcLibNet (in Vovin.CmcLibNet.dll) Version: 1.0.7729.42686
Syntax
public ICommenceQueryRowSet GetQueryRowSetByThid(
	string pThid,
	CmcOptionFlags flags = CmcOptionFlags.UseThids
)

Parameters

pThid
Type: SystemString
THID parts "thidId : thidSequence" (i.e., omit the leading category part).
flags (Optional)
Type: Vovin.CmcLibNet.DatabaseCmcOptionFlags
Unused at present, must be 0.

Return Value

Type: ICommenceQueryRowSet
ICommenceQueryRowSet on success

Implements

ICommenceCursorGetQueryRowSetByThid(String, CmcOptionFlags)
Remarks
Undocumented by Commence.
See Also