AdvantageCMS.Core.Common.BaseClasses Namespace
Advantage CSP

SQL..::..DataTableCreate Method (String)

Creates a DataTable.

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

Syntax


public DataTable DataTableCreate(
	string SQL
)

Parameters

SQL
Type: String
The SQL string Command to execute.

Return Value

The first DataTable.