SQL..::..DataTableReaderCreate Method (String, array<Object>[]()[][], String)
Creates a DataTableReader.
Namespace:
AdvantageCMS.DataAssembly: AdvantageCMS.Data (in AdvantageCMS.Data.dll)
Syntax
public DataTableReader DataTableReaderCreate( string commandName, Object[] parametersValues, string TableName )
Parameters
- commandName
- Type: String
The Command to execute.
- parametersValues
- Type: array<Object>[]()[][]
The parameters.
- TableName
- Type: String
The name of the DataTable.