Click or drag to resize

CommenceQueryRowSetGetRow 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
public string[] GetRow(
	int nRow
)

Parameters

nRow
Type: SystemInt32
Row pointer.

Return Value

Type: String
String array.

Implements

ICommenceQueryRowSetGetRow(Int32)
Remarks
The purpose of this method is primarily to avoid boxing in internal export methods.
See Also