AdvantageCMS.Core.Common.BaseClasses Namespace
Advantage CSP

SQL..::..DataSetCreate Method (String, array<Object>[]()[][], DataSet)

Builds an ArrayList of HashTables from the resultset.

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

Syntax


public DataSet DataSetCreate(
	string commandName,
	Object[] parametersValues,
	DataSet dataSet
)

Parameters

commandName
Type: String
The Command to execute.
parametersValues
Type: array<Object>[]()[][]
The parameters.
dataSet
Type: DataSet
The DataSet to fill.

Return Value

The ArrayList