AdvantageCMS.Core.Common.BaseClasses Namespace
Advantage CSP

SQL..::..DataTableReaderCreate Method (String, array<Object>[]()[][], Int32)

Creates a DataTableReader.

Namespace:  AdvantageCMS.Data
Assembly:  AdvantageCMS.Data (in AdvantageCMS.Data.dll)

Syntax


public DataTableReader DataTableReaderCreate(
	string commandName,
	Object[] parametersValues,
	int tableIndex
)

Parameters

commandName
Type: String
The Command to execute.
parametersValues
Type: array<Object>[]()[][]
The parameters.
tableIndex
Type: Int32
The index of the DataTable.

Return Value

The ArrayList