mirror of
https://github.com/nsnail/FreeSql.git
synced 2025-06-19 20:38:16 +08:00
- 优化 DbContext/Repository Update 实体有 ServerTime 既使无状态变化也必然更新的逻辑;
This commit is contained in:
@ -17,6 +17,7 @@ namespace FreeSql.Internal.Model
|
||||
public Dictionary<string, ColumnInfo> ColumnsByCs { get; set; } = new Dictionary<string, ColumnInfo>(StringComparer.CurrentCultureIgnoreCase);
|
||||
public Dictionary<string, ColumnInfo> ColumnsByCsIgnore { get; set; } = new Dictionary<string, ColumnInfo>(StringComparer.CurrentCultureIgnoreCase);
|
||||
public ColumnInfo[] ColumnsByPosition { get; set; }
|
||||
public ColumnInfo[] ColumnsByCanUpdateDbUpdateValue { get; set; }
|
||||
public ColumnInfo[] Primarys { get; set; }
|
||||
public IndexInfo[] Indexes { get; set; }
|
||||
public string CsName { get; set; }
|
||||
|
Reference in New Issue
Block a user