AdvantageCMS.Core.Common.BaseClasses Namespace
Advantage CSP

SQL..::..DataTableReaderCreate Method (Command, Int32)

Creates a DataTableReader.

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

Syntax


public DataTableReader DataTableReaderCreate(
	SQL..::..Command command,
	int tableIndex
)

Parameters

command
Type: AdvantageCMS.Data..::..SQL..::..Command
The Command to execute.
tableIndex
Type: Int32
The index of the DataTable.

Return Value

The DataTable.