SQL..::..DataSetCreate Method (String, CommandType, Dictionary<(Of <(<'Int32, Parameter>)>)>, DataSet)
Builds an ArrayList of HashTables from the resultset.
Namespace:
AdvantageCMS.DataAssembly: AdvantageCMS.Data (in AdvantageCMS.Data.dll)
Syntax
public DataSet DataSetCreate( string command, CommandType commandType, Dictionary<int, Parameter> parameters, DataSet dataSet )
Parameters
- command
- Type: String
The Command to execute.
- commandType
- Type: CommandType
The Command Type.
- parameters
- Type: Dictionary<(Of <(<'Int32, Parameter>)>)>
The parameters.
- dataSet
- Type: DataSet
The DataSet to fill.