 | ICommenceEditRowSetGetRowValue Method |
Get rowvalue for specified row/column
Namespace:
Vovin.CmcLibNet.Database
Assembly:
Vovin.CmcLibNet (in Vovin.CmcLibNet.dll) Version: 1.0.7729.42686
Syntaxstring GetRowValue(
int nRow,
int nCol,
CmcOptionFlags flags = CmcOptionFlags.Default
)
Function GetRowValue (
nRow As Integer,
nCol As Integer,
Optional flags As CmcOptionFlags = CmcOptionFlags.Default
) As String
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:
Stringrowvalue,
null on error.
Implements
IBaseRowSetGetRowValue(Int32, Int32, CmcOptionFlags)
See Also