DapperTable 类
Dapper表
public class DapperTable : Table, IDapperTable, ITable, IInsertTable, IIdentifier, IMatch, IUpdateTable, IDapperSource, ITableView, ISqlEntity
- 继承
-
objectDapperTable
- 实现
- 继承成员
- 扩展方法
-
ShadowSqlServices.ToDelete<TEntity, TParameter>(ITable, Expression<Func<TEntity, TParameter, bool>>)ShadowSqlServices.ToSelect<TEntity, TParameter>(ITable, Expression<Func<TEntity, TParameter, bool>>)
构造函数
DapperTable(IExecutor, string)
Dapper表
public DapperTable(IExecutor executor, string tableName)
参数
属性
Executor
执行器
public IExecutor Executor { get; }