 | ICommenceQueryRowSetGetRowSequenceNumber Method |
Gets the sequence number that Commence uses internally. Note: this is not a workgroup-wide number!
Namespace:
Vovin.CmcLibNet.Database
Assembly:
Vovin.CmcLibNet (in Vovin.CmcLibNet.dll) Version: 1.0.7729.42686
Syntaxint GetRowSequenceNumber(
int nRow
)
Function GetRowSequenceNumber (
nRow As Integer
) As Integer
Parameters
- nRow
- Type: SystemInt32
The (0-based) index of the row.
Return Value
Type:
Int32Sequence number that Commence uses internally.
RemarksLocal categories do not have a THID. Local items in shared categories do have THIDs.
If no there are THIDs this method will use the RowID instead.
See Also