mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-12-17 17:41:28 +08:00
Add demo
This commit is contained in:
@@ -31,6 +31,8 @@ namespace OrmTest
|
||||
db.CodeFirst.InitTables<SplitTableEntity>();
|
||||
TestBool(db);
|
||||
TestGuid(db);
|
||||
var list2=db.Queryable<SplitTableEntity>()
|
||||
.PartitionBy(it => new { it.Ts, it.Id }).ToList();
|
||||
Console.WriteLine("#### CodeFirst end ####");
|
||||
}
|
||||
private static void TestGuid(SqlSugarClient db)
|
||||
|
||||
Reference in New Issue
Block a user