点击或拖拽改变大小

DapperDbHelper 方法

Sweet 开发框架

DapperDbHelper 类型公开以下成员。

方法
  名称说明
公共方法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, TThird, TFour, TFive, TSix, TSenven, TEight, TNine, TTen(String, IListTFirst, IListTSecond, IListTThird, IListTFour, IListTFive, IListTSix, IListTSenven, IListTEight, IListTNine, IListTTen, Object, IDbTransaction, NullableInt32, NullableCommandType)
10条Sql语句查询
公共方法静态成员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语句查询
公共方法静态成员QueryMultipleTFirst, TSecond, TThird, TFour, TFive, TSix(String, IListTFirst, IListTSecond, IListTThird, IListTFour, IListTFive, IListTSix, Object, IDbTransaction, NullableInt32, NullableCommandType)
6条Sql语句查询
公共方法静态成员QueryMultipleTFirst, TSecond, TThird, TFour, TFive, TSix, TSenven(String, IListTFirst, IListTSecond, IListTThird, IListTFour, IListTFive, IListTSix, IListTSenven, Object, IDbTransaction, NullableInt32, NullableCommandType)
7条Sql语句查询
公共方法静态成员QueryMultipleTFirst, TSecond, TThird, TFour, TFive, TSix, TSenven, TEight(String, IListTFirst, IListTSecond, IListTThird, IListTFour, IListTFive, IListTSix, IListTSenven, IListTEight, Object, IDbTransaction, NullableInt32, NullableCommandType)
8条Sql语句查询
公共方法静态成员QueryMultipleTFirst, TSecond, TThird, TFour, TFive, TSix, TSenven, TEight, TNine(String, IListTFirst, IListTSecond, IListTThird, IListTFour, IListTFive, IListTSix, IListTSenven, IListTEight, IListTNine, Object, IDbTransaction, NullableInt32, NullableCommandType)
9条Sql语句查询
公共方法静态成员QueryOneT
查询单个实体类型
公共方法静态成员QueryPaginationT
简单分页,返回分页后的泛型集合
公共方法ToString (继承自 Object。)
Top
扩展方法
  名称说明
公共扩展器方法ConsoleWriteLine (由 SystemEx 定义。)
公共扩展器方法WriteConsole (由 UConsole 定义。)
Top
参见
SweetUI 控件库、工具类库、扩展类库、多页面开发框架