Table of Contents

赋值原生sql

  • 按原生sql更新

1. 接口

2. 类

class RawAssignInfo(string assignInfo) : IAssignInfo;

3. 扩展方法

TUpdate SetRaw<TUpdate>(this TUpdate update, string assignSql)
        where TUpdate : UpdateBase, IUpdate;

4. 其他相关功能