Table of Contents

DapperTruncateTable 类

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

清空表

public class DapperTruncateTable : TruncateTable, IDapperExecute, IExecuteSql, ISqlEntity
继承
DapperTruncateTable
实现
继承成员
扩展方法

构造函数

DapperTruncateTable(IExecutor, ITable)

清空表

public DapperTruncateTable(IExecutor executor, ITable table)

参数

executor IExecutor
table ITable

属性

Executor

执行器

public IExecutor Executor { get; }

属性值

IExecutor