mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-09-24 04:53:45 +08:00
Update demo
This commit is contained in:
@@ -133,6 +133,9 @@ namespace OrmTest
|
|||||||
|
|
||||||
var test09 = db.Queryable<Order>().PartitionBy(it=>it.Id).ToPageListAsync(1,2,0);
|
var test09 = db.Queryable<Order>().PartitionBy(it=>it.Id).ToPageListAsync(1,2,0);
|
||||||
test09.Wait();
|
test09.Wait();
|
||||||
|
|
||||||
|
int c = 0;
|
||||||
|
var test10 = db.Queryable<Order>().ToPageList(1, 2, ref c);
|
||||||
Console.WriteLine("#### Examples End ####");
|
Console.WriteLine("#### Examples End ####");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user