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