Click or drag to resize

IBaseRowSetGetRowValue Method

Get rowvalue for specified row/column

Namespace:  Vovin.CmcLibNet.Database
Assembly:  Vovin.CmcLibNet (in Vovin.CmcLibNet.dll) Version: 1.0.7729.42686
Syntax
string GetRowValue(
	int nRow,
	int nCol,
	CmcOptionFlags flags = CmcOptionFlags.Default
)

Parameters

nRow
Type: SystemInt32
The (0-based) index of the row
nCol
Type: SystemInt32
The (0-based) index of the column.
flags (Optional)
Type: Vovin.CmcLibNet.DatabaseCmcOptionFlags
Logical OR of following option flags: CmcOptionFlags.Canonical - return field value in canonical form

Return Value

Type: String
rowvalue, null on error.
See Also