Table of Contents

DapperTable 类

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

Dapper表

public class DapperTable : Table, IDapperTable, ITable, IInsertTable, IIdentifier, IMatch, IUpdateTable, IDapperSource, ITableView, ISqlEntity
继承
object
DapperTable
实现
继承成员
扩展方法

构造函数

DapperTable(IExecutor, string)

Dapper表

public DapperTable(IExecutor executor, string tableName)

参数

executor IExecutor

执行器

tableName string

表名

属性

Executor

执行器

public IExecutor Executor { get; }

属性值

IExecutor