SQL..::..DataTableReaderCreate Method (String, CommandType, Dictionary<(Of <(<'Int32, Parameter>)>)>, String)
Creates a DataTableReader.
Namespace:
AdvantageCMS.DataAssembly: AdvantageCMS.Data (in AdvantageCMS.Data.dll)
Syntax
public DataTableReader DataTableReaderCreate( string command, CommandType commandType, Dictionary<int, Parameter> parameters, string TableName )
Parameters
- command
- Type: String
The Command to execute.
- commandType
- Type: CommandType
The Command Type.
- parameters
- Type: Dictionary<(Of <(<'Int32, Parameter>)>)>
The parameters.
- TableName
- Type: String
The name of the DataTable.