mirror of
https://github.com/nsnail/FreeSql.git
synced 2025-06-19 04:18:16 +08:00
- 增加 ICodeFirst.SyncStructure 强制同步参数 isForceSync;#412
This commit is contained in:
@ -937,6 +937,8 @@ WHERE (((to_char(a.""ID"")) in (SELECT b.""TITLE""
|
||||
public void AsTable()
|
||||
{
|
||||
g.dameng.CodeFirst.SyncStructure(typeof(Topic), "TB_TOPIC");
|
||||
g.dameng.CodeFirst.SyncStructure(typeof(Topic), "TB_TOPIC");
|
||||
g.dameng.CodeFirst.SyncStructure(typeof(Topic), "TB_TOPIC", isForceSync: true);
|
||||
|
||||
var listt = select.AsTable((a, b) => "(select * from tb_topic where clicks > 10)").Page(1, 10).ToList();
|
||||
|
||||
|
Reference in New Issue
Block a user