Click or drag to resize

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
Syntax
int GetRowSequenceNumber(
	int nRow
)

Parameters

nRow
Type: SystemInt32
The (0-based) index of the row.

Return Value

Type: Int32
Sequence number that Commence uses internally.
Remarks
Local 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