mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-10-27 03:09:34 +08:00
Add unit test
This commit is contained in:
@@ -370,6 +370,10 @@ namespace OrmTest
|
||||
{
|
||||
CityId=x.RoomList.Count()
|
||||
}, true).ToList();
|
||||
|
||||
|
||||
db.QueryFilter.AddTableFilter<BookA>(it => it.BookId == 1);
|
||||
db.Queryable<StudentA>().Includes(it => it.Books.Where(z => z.BookId == 1).ToList()).ToList();
|
||||
}
|
||||
|
||||
public class UnitView01
|
||||
|
||||
Reference in New Issue
Block a user