mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-04-05 17:37:58 +08:00
Add demo
This commit is contained in:
parent
c3931239df
commit
81ee6250ac
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user