mirror of
https://github.com/nsnail/FreeSql.git
synced 2025-08-06 08:02:26 +08:00
- 优化 IInsert.InsertIdentity 可插入自增属性;
This commit is contained in:
@ -54,6 +54,12 @@ namespace FreeSql
|
||||
/// <returns></returns>
|
||||
IInsert<T1> IgnoreColumns(Expression<Func<T1, object>> columns);
|
||||
|
||||
/// <summary>
|
||||
/// 指定可插入自增字段
|
||||
/// </summary>
|
||||
/// <returns></returns>
|
||||
IInsert<T1> InsertIdentity();
|
||||
|
||||
/// <summary>
|
||||
/// 不使用参数化,可通过 IFreeSql.CodeFirst.IsNotCommandParameter 全局性设置
|
||||
/// </summary>
|
||||
|
Reference in New Issue
Block a user