Click or drag to resize

ICommenceQueryRowSetGetRow Method (Int32)

GetRow implementation for .NET that gets the the Commence row as string values.

Namespace:  Vovin.CmcLibNet.Database
Assembly:  Vovin.CmcLibNet (in Vovin.CmcLibNet.dll) Version: 1.0.7729.42686
Syntax
string[] GetRow(
	int nRow
)

Parameters

nRow
Type: SystemInt32
Row pointer.

Return Value

Type: String
String array.
Remarks
The purpose of this method is primarily to avoid boxing in internal export methods.
See Also