AdvantageCMS.Core.Common.BaseClasses Namespace
Build With Advantage

SQL..::..DataSetCreate Method (String, IDataAccessable)

Creates a DataSet using a data object.

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

Syntax


public void DataSetCreate(
	string commandName,
	IDataAccessable dataObject
)

Parameters

commandName
Type: String
The Command to execute.
dataObject
Type: AdvantageCMS.Data.Interfaces..::..IDataAccessable
The data object.