2 references to Execute
System.Data.Entity (2)
System\Data\Objects\Internal\ObjectQueryExecutionPlan.cs (1)
226
return execPlan.
Execute
<TResultType>(context, null);
System\Data\Objects\ObjectQuery_TResultType.cs (1)
173
return execPlan.
Execute
<T>(this.QueryState.ObjectContext, this.QueryState.Parameters);