mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-09-20 02:29:39 +08:00
Add unit test
This commit is contained in:
@@ -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();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user