virtual Lazy Loading. -, virtual . , XML-, :
public class YourContext : DbContext
{
public YourContext()
{
this.Configuration.LazyLoadingEnabled = false;
}
}
(Children), Include . .
using System.Data.Entity;
List<Customer> allCustomers = tc.Customers.Include(c=>c.Children).ToList();
, :
virtual , POCO , , EF - . , virtual, . . , .