| 名称 | 说明 |
---|
 | Equals | (继承自 Object。) |
  | Execute(String, Object, IDbTransaction, NullableInt32, NullableCommandType) |
执行sql语句,返回受影响的行数
|
  | ExecuteT(String, DictionaryString, Object) |
执行存储过程,返回第一行第一列
|
  | ExecuteScalarT |
执行sql语句,返回第一行第一列
|
 | Finalize | (继承自 Object。) |
 | GetHashCode | (继承自 Object。) |
 | GetType | (继承自 Object。) |
 | MemberwiseClone | (继承自 Object。) |
  | QueryT |
查询数据集合
|
  | QueryDataSet |
返回 DataSet
|
  | QueryFirstT |
查询数据集合
|
  | QueryFirstOrDefaultT |
查询数据集合
|
  | QueryMultipleTFirst, TSecond(String, IListTFirst, IListTSecond, Object, IDbTransaction, NullableInt32, NullableCommandType) |
2条Sql语句查询
|
  | QueryMultipleTFirst, TSecond, TThird(String, IListTFirst, IListTSecond, IListTThird, Object, IDbTransaction, NullableInt32, NullableCommandType) |
3条Sql语句查询
|
  | QueryMultipleTFirst, TSecond, TThird, TFour(String, IListTFirst, IListTSecond, IListTThird, IListTFour, Object, IDbTransaction, NullableInt32, NullableCommandType) |
4条Sql语句查询
|
  | QueryMultipleTFirst, TSecond, TThird, TFour, TFive(String, IListTFirst, IListTSecond, IListTThird, IListTFour, IListTFive, Object, IDbTransaction, NullableInt32, NullableCommandType) |
5条Sql语句查询
|
  | QueryOneT |
查询单个实体类型
|
  | QueryPaginationT |
简单分页,返回分页后的泛型集合
|
 | ToString | (继承自 Object。) |