mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2026-02-27 16:50:33 +08:00
Remove T Check
This commit is contained in:
@@ -20,6 +20,16 @@ namespace OrmTest.Demo
|
||||
SelectMerge();
|
||||
ConditionalModel();
|
||||
JoinExp();
|
||||
Clone();
|
||||
}
|
||||
|
||||
private static void Clone()
|
||||
{
|
||||
//var db = GetInstance();
|
||||
//var qy = db.Queryable<Student>().Where(it => 1 == 1);
|
||||
|
||||
//var list1 =qy.Clone<Student>().Where(it => it.Id == 1).ToList();
|
||||
//var list2 = qy.Clone<Student>().Where(it => it.Id == 2).ToList();
|
||||
}
|
||||
|
||||
private static void JoinExp()
|
||||
|
||||
Reference in New Issue
Block a user