Click or drag to resize

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
Syntax
string GetRowID(
	int nRow,
	CmcOptionFlags flags = CmcOptionFlags.Default
)

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: String
Returns a unique ID string (less than 100 chars) on success, null on error.
See Also