Click or drag to resize

DatabaseCreateDataTable Method (String, IDbConnection)

Namespace:  Dynamicweb.Data
Assembly:  Dynamicweb.Data (in Dynamicweb.Data.dll) Version: 3.0.3
Syntax
public static DataTable CreateDataTable(
	string sql,
	IDbConnection connection
)

Parameters

sql
Type: SystemString
connection
Type: System.DataIDbConnection

Return Value

Type: DataTable
See Also