Click or drag to resize

Database.CreateDataSet Method (String, Dictionary<String, Tuple<Object, DbType>>)

Namespace:  Dynamicweb.Data
Assembly:  Dynamicweb.Data (in Dynamicweb.Data.dll) Version: 3.0.3
Syntax
public static DataSet CreateDataSet(
	string sql,
	Dictionary<string, Tuple<Object, DbType>> sqlParams
)

Parameters

sql
Type: System.String
sqlParams
Type: System.Collections.Generic.Dictionary<String, Tuple<Object, DbType>>

Return Value

Type: DataSet
See Also