mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-07-16 07:57:33 +08:00
Add unit test
This commit is contained in:
parent
97499b40fb
commit
8fc1ef8b50
@ -153,6 +153,13 @@ namespace OrmTest
|
|||||||
{
|
{
|
||||||
throw new Exception("unit error");
|
throw new Exception("unit error");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
var list10 = db.SqlQueryable<Student_004>("select * from [Student_005]")
|
||||||
|
.Includes(x => x.school_001)
|
||||||
|
.Select(x=>new {
|
||||||
|
xxx= x.school_001
|
||||||
|
})
|
||||||
|
.ToList();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user