DapperTable 类
Dapper表
public class DapperTable : Table, IInsertTable, IUpdateTable, IDapperTable, ITable, IIdentifier, IMatch, IDapperSource, ITableView, ISqlEntity
- 继承
-
DapperTable
- 实现
- 继承成员
- 扩展方法
构造函数
DapperTable(IExecutor, string)
Dapper表
public DapperTable(IExecutor executor, string name)
参数
属性
Executor
执行器
public IExecutor Executor { get; }