DapperTableUpdate<TTable> 类
修改表
public class DapperTableUpdate<TTable> : TableUpdate<TTable>, IUpdate, IDapperExecute, IExecuteSql, ISqlEntity where TTable : IUpdateTable
类型参数
TTable
- 继承
-
UpdateBase<TTable>TableUpdate<TTable>DapperTableUpdate<TTable>
- 实现
- 继承成员
- 扩展方法
构造函数
DapperTableUpdate(IExecutor, TTable, ISqlLogic)
修改表
public DapperTableUpdate(IExecutor executor, TTable table, ISqlLogic filter)
参数
属性
Executor
执行器
public IExecutor Executor { get; }
属性值
方法
Set(Func<TTable, IAssignInfo>)
添加修改信息
public DapperTableUpdate<TTable> Set(Func<TTable, IAssignInfo> operation)
参数
operation
Func<TTable, IAssignInfo>
返回
- DapperTableUpdate<TTable>