Table of Contents

DapperMultiTableSelect 类

命名空间
Dapper.Shadow.Select
程序集
Dapper.Shadow.dll

多表视图筛选列

public class DapperMultiTableSelect : MultiSelectBase<ITableView>, IMultiSelect, IDapperSelect, ISelect, ISelectFields, ISqlEntity
继承
DapperMultiTableSelect
实现
继承成员
扩展方法

构造函数

DapperMultiTableSelect(IExecutor, IMultiView)

多表视图筛选列

public DapperMultiTableSelect(IExecutor executor, IMultiView source)

参数

executor IExecutor
source IMultiView

属性

Executor

执行器

public IExecutor Executor { get; }

属性值

IExecutor