 | CommenceDeleteRowSetGetRow Method (Int32, String, CmcOptionFlags) |
Returns an entire row's field values. Note that this method returns an array, whereas the native Commence method returns a delimited string.
Namespace:
Vovin.CmcLibNet.Database
Assembly:
Vovin.CmcLibNet (in Vovin.CmcLibNet.dll) Version: 1.0.7729.42686
Syntaxpublic override Object[] GetRow(
int nRow,
string delim,
CmcOptionFlags flags = CmcOptionFlags.Default
)
Public Overrides Function GetRow (
nRow As Integer,
delim As String,
Optional flags As CmcOptionFlags = CmcOptionFlags.Default
) As Object()
Parameters
- nRow
- Type: SystemInt32
The (0-based) index of the row. - delim
- Type: SystemString
Delimiter in case the default delimiter does not suffice. - flags (Optional)
- Type: Vovin.CmcLibNet.DatabaseCmcOptionFlags
Logical OR of following option flags:
CmcOptionFlags.Canonical - return field value in canonical form.
Return Value
Type:
ObjectObject array of strings containing the row's values,
null on error.
Implements
ICommenceDeleteRowSetGetRow(Int32, String, CmcOptionFlags)IBaseRowSetGetRow(Int32, String, CmcOptionFlags)IBaseRowSetGetRow(Int32, String, CmcOptionFlags)
See Also