 | ICommenceCursorGetQueryRowSetByThid 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
SyntaxICommenceQueryRowSet GetQueryRowSetByThid(
string pThid,
CmcOptionFlags flags = CmcOptionFlags.Default
)
Function GetQueryRowSetByThid (
pThid As String,
Optional flags As CmcOptionFlags = CmcOptionFlags.Default
) As ICommenceQueryRowSet
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:
ICommenceQueryRowSetICommenceQueryRowSet on success
RemarksUndocumented by Commence.
See Also