BaseDAL(T).getDataSet Method (String, Dictionary(String, Object))

DCSoft.DBUtilityGeneric

BaseDALTgetDataSet Method (String, DictionaryString, Object)
执行sql 返回DataTable

Namespace: DCSoft.DBUtilityGeneric.DAL
Assembly: DCSoft.DBUtilityGeneric (in DCSoft.DBUtilityGeneric.dll) Version: 0.0.0.0
Syntax
C#
public DataSet getDataSet(
	string sql,
	Dictionary<string, Object> dict
)

Parameters

sql
Type: SystemString
sql语句
dict
Type: System.Collections.GenericDictionaryString, Object
查询参数

Return Value

Type: DataSet

[Missing <returns> documentation for "M:DCSoft.DBUtilityGeneric.DAL.BaseDAL`1.getDataSet(System.String,System.Collections.Generic.Dictionary{System.String,System.Object})"]

See Also