Table of Contents

DapperMultiTableUpdate 类

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

多表(联表)修改

public class DapperMultiTableUpdate : MultiTableUpdate, IUpdate, IDapperExecute, IExecuteSql, ISqlEntity
继承
DapperMultiTableUpdate
实现
继承成员
扩展方法

构造函数

DapperMultiTableUpdate(IExecutor, IMultiView)

多表(联表)修改

public DapperMultiTableUpdate(IExecutor executor, IMultiView multiTable)

参数

executor IExecutor
multiTable IMultiView

属性

Executor

执行器

public IExecutor Executor { get; }

属性值

IExecutor