SQL..::..DataTableCreate Method (String, CommandType, String)
Creates a DataTable.
Namespace:
AdvantageCMS.DataAssembly: AdvantageCMS.Data (in AdvantageCMS.Data.dll)
Syntax
public DataTable DataTableCreate( string command, CommandType commandType, string TableName )
Parameters
- command
- Type: String
The Command to execute.
- commandType
- Type: CommandType
The Command type.
- TableName
- Type: String
The name of the DataTable.