Table of Contents

DapperMultiTableQuery 类

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

多表查询

public class DapperMultiTableQuery : MultiTableQuery, IMultiView, IDataQuery, IDataFilter, IDapperSource, ITableView, ISqlEntity
继承
DapperMultiTableQuery
实现
继承成员
扩展方法

构造函数

DapperMultiTableQuery(IExecutor, Logic)

多表查询

public DapperMultiTableQuery(IExecutor executor, Logic filter)

参数

executor IExecutor
filter Logic

属性

Executor

执行器

public IExecutor Executor { get; }

属性值

IExecutor