Command Constructor (String, CommandType, Dictionary<(Of <(<'Int32, Parameter>)>)>)
Initializes a new instance of the SQL..::..Command class.
Namespace:
AdvantageCMS.DataAssembly: AdvantageCMS.Data (in AdvantageCMS.Data.dll)
Syntax
public Command( string CommandText, CommandType CommandType, Dictionary<int, Parameter> parameters )
Parameters
- CommandText
- Type: String
The command text.
- CommandType
- Type: CommandType
Type of the command.
- parameters
- Type: Dictionary<(Of <(<'Int32, Parameter>)>)>
The parameters.