Table of Contents

DapperTable 类

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

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 IExecutor
name string

属性

Executor

执行器

public IExecutor Executor { get; }

属性值

IExecutor