 | ICommenceEditRowSetGetRowID Method |
Returns a unique identifier for a row.
Namespace:
Vovin.CmcLibNet.Database
Assembly:
Vovin.CmcLibNet (in Vovin.CmcLibNet.dll) Version: 1.0.7729.42686
Syntaxstring GetRowID(
int nRow,
CmcOptionFlags flags = CmcOptionFlags.Default
)
Function GetRowID (
nRow As Integer,
Optional flags As CmcOptionFlags = CmcOptionFlags.Default
) As String
Parameters
- nRow
- Type: SystemInt32
The (0-based) index of the row. - flags (Optional)
- Type: Vovin.CmcLibNet.DatabaseCmcOptionFlags
Unused at present, must be 0.
Return Value
Type:
StringReturns a unique ID string (less than 100 chars) on success,
null on error.
See Also