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