mirror of
https://github.com/nsnail/FreeSql.git
synced 2025-11-04 01:05:27 +08:00
完成 in 查询,完成子表 exists 查询
This commit is contained in:
@@ -5,5 +5,5 @@
|
||||
public string On { get; set; }
|
||||
public SelectTableInfoType Type { get; set; }
|
||||
}
|
||||
enum SelectTableInfoType { From, LeftJoin, InnerJoin, RightJoin }
|
||||
enum SelectTableInfoType { From, LeftJoin, InnerJoin, RightJoin, Parent }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user