AdvantageCMS.Core.Common.BaseClasses Namespace
Advantage CSP

SQL..::..HashtableCreate Method (String, CommandType, Dictionary<(Of <(<'Int32, Parameter>)>)>)

Builds an ArrayList of HashTables from the resultset.

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

Syntax


public ArrayList HashtableCreate(
	string command,
	CommandType commandType,
	Dictionary<int, Parameter> parameters
)

Parameters

command
Type: String
The Command to execute.
commandType
Type: CommandType
The Command Type.
parameters
Type: Dictionary<(Of <(<'Int32, Parameter>)>)>
The parameters.

Return Value

The ArrayList