DapperMultiTableSelect 类
多表视图筛选列
public class DapperMultiTableSelect : MultiSelectBase<ITableView>, IMultiSelect, IDapperSelect, ISelect, ISelectFields, ISqlEntity
- 继承
-
objectDapperMultiTableSelect
- 实现
- 继承成员
- 扩展方法
构造函数
DapperMultiTableSelect(IExecutor, IMultiView)
多表视图筛选列
public DapperMultiTableSelect(IExecutor executor, IMultiView multiView)
参数
executor
IExecutor执行器
multiView
IMultiView多(联)表
属性
Executor
执行器
public IExecutor Executor { get; }