It's also possible to manually instruct EF Core to populate a navigation property as needed: dbContext.Entry (cust).Collection (b => b.Purchases).
確定! 回上一頁