mirror of
https://github.com/nsnail/FreeSql.git
synced 2025-06-19 12:28:15 +08:00
- 增加 GlobalFilter.Apply before 参数将过滤条件插入 where 之前;#1566 #1492
This commit is contained in:
@ -23,6 +23,7 @@ namespace FreeSql.Internal.Model
|
||||
public SelectTableInfoType Type { get; set; }
|
||||
|
||||
public string Cascade { get; set; }
|
||||
public string CascadeBefore { get; set; }
|
||||
}
|
||||
public enum SelectTableInfoType { From, LeftJoin, InnerJoin, RightJoin, RawJoin, Parent }
|
||||
}
|
||||
|
Reference in New Issue
Block a user