Click or drag to resize

CommenceAddRowSetGetRow 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
Syntax
public override Object[] GetRow(
	int nRow,
	string delim,
	CmcOptionFlags flags = CmcOptionFlags.Default
)

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: Object
Object array of strings containing the row's values, null on error.

Implements

ICommenceAddRowSetGetRow(Int32, String, CmcOptionFlags)
IBaseRowSetGetRow(Int32, String, CmcOptionFlags)
IBaseRowSetGetRow(Int32, String, CmcOptionFlags)
See Also