DbExtensions.Include Method (IQueryable, String)
Entity Framework 5.0
Specifies the related objects to include in the query results.
Namespace: System.Data.Entity
Assembly: EntityFramework (in EntityFramework.dll)
Parameters
- source
- Type: System.Linq.IQueryable
The source IQueryable on which to call Include.
- path
- Type: System.String
The dot-separated list of related objects to return in the query results.