Click or drag to resize

DataManagerCreateDataSet Method (String, Boolean)

Namespace:  Dynamicweb.Data
Assembly:  Dynamicweb.Data (in Dynamicweb.Data.dll) Version: 3.0.3
Syntax
public DataSet CreateDataSet(
	string sql,
	bool withSchema
)

Parameters

sql
Type: SystemString
withSchema
Type: SystemBoolean

Return Value

Type: DataSet
See Also