类库说明文档
![]() | BaseDALTgetDataTable Method (String, DictionaryString, Object) |
执行sql 返回DataTable
Namespace: DCSoft.DBUtilityGeneric.DAL
Assembly: DCSoft.DBUtilityGeneric (in DCSoft.DBUtilityGeneric.dll) Version: 0.0.0.0

C#
public DataTable getDataTable( string sql, Dictionary<string, Object> dict )
Parameters
- sql
- Type: SystemString
sql语句 - dict
- Type: System.Collections.GenericDictionaryString, Object
查询参数
Return Value
Type: DataTable[Missing <returns> documentation for "M:DCSoft.DBUtilityGeneric.DAL.BaseDAL`1.getDataTable(System.String,System.Collections.Generic.Dictionary{System.String,System.Object})"]
