2 overrides of Include
System.Data.Entity (2)
System\Data\Objects\ELinq\ELinqQueryState.cs (1)
240internal override ObjectQueryState Include<TElementType>(ObjectQuery<TElementType> sourceQuery, string includePath)
System\Data\Objects\Internal\EntitySqlQueryState.cs (1)
131internal override ObjectQueryState Include<TElementType>(ObjectQuery<TElementType> sourceQuery, string includePath)
1 reference to Include
System.Data.Entity (1)
System\Data\Objects\ObjectQuery_TResultType.cs (1)
61return new ObjectQuery<T>(this.QueryState.Include(this, path));