AdvantageCMS.Core.Common.BaseClasses Namespace
Advantage CSP

SQL..::..DataSetCreate Method (Command, DataSet)

Creates a DataSet.

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

Syntax


public DataSet DataSetCreate(
	SQL..::..Command command,
	DataSet dataSet
)

Parameters

command
Type: AdvantageCMS.Data..::..SQL..::..Command
The Command to execute.
dataSet
Type: DataSet
The DataSet to fill.

Return Value

The DataSet