AdvantageCMS.Core.Common.BaseClasses Namespace
Advantage CSP

SQL..::..DataSetCreate Method (String, CommandType, DataSet)

Builds an ArrayList of HashTables from the resultset.

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

Syntax


public DataSet DataSetCreate(
	string command,
	CommandType commandType,
	DataSet dataSet
)

Parameters

command
Type: String
The Command to execute.
commandType
Type: CommandType
The Command type.
dataSet
Type: DataSet
The DataSet to fill.

Return Value

The ArrayList