AdvantageCMS.Core.Common.BaseClasses Namespace
Advantage CSP

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

Creates a DataTable.

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

Syntax


public DataTable DataTableCreate(
	string commandName,
	Dictionary<int, Parameter> parameters,
	string TableName
)

Parameters

commandName
Type: String
The Command to execute.
parameters
Type: Dictionary<(Of <(<'Int32, Parameter>)>)>
The parameters.
TableName
Type: String
The name of the DataTable.

Return Value

The DataTable.