mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-07-15 14:04:44 +08:00
Add unit test
This commit is contained in:
parent
02f57c0988
commit
08685852b2
@ -33,6 +33,14 @@ namespace OrmTest
|
||||
//用例代码
|
||||
|
||||
Search<Test0011>(db);
|
||||
db.CurrentConnectionConfig.MoreSettings = new ConnMoreSettings()
|
||||
{
|
||||
IsWithNoLockQuery=true
|
||||
};
|
||||
db.Queryable<Test0011>()
|
||||
.Select<Test0011>()
|
||||
.MergeTable().LeftJoin<Test0011>((x, y) => true)
|
||||
.ToList();
|
||||
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user