AdvantageCMS.Core.Common.BaseClasses Namespace
Build With Advantage

SQL..::..DataSetCreate Method (String, Dictionary<(Of <(<'Int32, Parameter>)>)>, DataSet)

Creates a DataSet.

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

Syntax


public DataSet DataSetCreate(
	string commandName,
	Dictionary<int, Parameter> parameters,
	DataSet dataSet
)

Parameters

commandName
Type: String
The Command to execute.
parameters
Type: Dictionary<(Of <(<'Int32, Parameter>)>)>
The parameters.
dataSet
Type: DataSet
The DataSet to fill.

Return Value

The DataSet.