AdvantageCMS.Core.Common.BaseClasses Namespace
Advantage CSP

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

Creates a DataTable.

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

Syntax


public DataTable DataTableCreate(
	string command,
	CommandType commandType,
	Dictionary<int, Parameter> parameters,
	int TableIndex
)

Parameters

command
Type: String
The Command to execute.
commandType
Type: CommandType
The Command Type.
parameters
Type: Dictionary<(Of <(<'Int32, Parameter>)>)>
The parameters.
TableIndex
Type: Int32
The index of the DataTable.

Return Value

The DataTable.