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