mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-06-28 13:34:32 +08:00
Add demo
This commit is contained in:
parent
033501bf6b
commit
c8f81f0b1f
@ -53,6 +53,7 @@ namespace OrmTest
|
|||||||
y.Name
|
y.Name
|
||||||
}).Any()
|
}).Any()
|
||||||
}).ToList();
|
}).ToList();
|
||||||
|
db.Queryable<Order>().Where(it => getByWhere.Any(s => s.Id == it.Id && s.Name == it.Name)).ToList();
|
||||||
Console.WriteLine("#### Examples End ####");
|
Console.WriteLine("#### Examples End ####");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user