1 implementation of Execute
System.Linq.Queryable (1)
System\Linq\EnumerableQuery.cs (1)
91TElement IQueryProvider.Execute<TElement>(Expression expression)
90 references to Execute
System.Linq.Expressions (2)
System\Linq\IQueryable.cs (2)
86/// The <see cref="Execute{TElement}"/> method executes queries that return a single value (instead of an enumerable sequence of values). Expression trees that represent queries that return enumerable results are executed when the <see cref="IQueryable{T}"/> object that contains the expression tree is enumerated. 87/// The Queryable standard query operator methods that return singleton results call <see cref="Execute{TElement}"/>. They pass it a <see cref="MethodCallExpression"/> that represents a LINQ query.
System.Linq.Queryable (88)
System\Linq\Queryable.cs (88)
1962return source.Provider.Execute<TSource>( 1975return source.Provider.Execute<TSource>( 1987return source.Provider.Execute<TSource>( 2005return source.Provider.Execute<TSource>( 2018return source.Provider.Execute<TSource>( 2038return source.Provider.Execute<TSource>( 2050return source.Provider.Execute<TSource>( 2063return source.Provider.Execute<TSource>( 2075return source.Provider.Execute<TSource>( 2093return source.Provider.Execute<TSource>( 2106return source.Provider.Execute<TSource>( 2126return source.Provider.Execute<TSource>( 2139return source.Provider.Execute<TSource>( 2152return source.Provider.Execute<TSource>( 2164return source.Provider.Execute<TSource>( 2183return source.Provider.Execute<TSource>( 2196return source.Provider.Execute<TSource>( 2217return source.Provider.Execute<TSource>( 2232return source.Provider.Execute<TSource>( 2254return source.Provider.Execute<TSource>( 2266return source.Provider.Execute<TSource>( 2284return source.Provider.Execute<TSource>( 2320return source.Provider.Execute<bool>( 2332return source.Provider.Execute<bool>( 2357return source1.Provider.Execute<bool>( 2370return source1.Provider.Execute<bool>( 2402return source.Provider.Execute<bool>( 2415return source.Provider.Execute<bool>( 2428return source.Provider.Execute<bool>( 2440return source.Provider.Execute<int>( 2453return source.Provider.Execute<int>( 2486return source.Provider.Execute<long>( 2499return source.Provider.Execute<long>( 2511return source.Provider.Execute<TSource>( 2530return source.Provider.Execute<TSource>( 2544return source.Provider.Execute<TResult>( 2565return source.Provider.Execute<TSource>( 2591return source.Provider.Execute<TSource>( 2615return source.Provider.Execute<TSource>( 2629return source.Provider.Execute<TSource>( 2647return source.Provider.Execute<TSource>( 2661return source.Provider.Execute<TResult>( 2682return source.Provider.Execute<TSource>( 2708return source.Provider.Execute<TSource>( 2732return source.Provider.Execute<TSource>( 2746return source.Provider.Execute<int>( 2758return source.Provider.Execute<int?>( 2770return source.Provider.Execute<long>( 2782return source.Provider.Execute<long?>( 2794return source.Provider.Execute<float>( 2806return source.Provider.Execute<float?>( 2818return source.Provider.Execute<double>( 2830return source.Provider.Execute<double?>( 2842return source.Provider.Execute<decimal>( 2854return source.Provider.Execute<decimal?>( 2867return source.Provider.Execute<int>( 2880return source.Provider.Execute<int?>( 2893return source.Provider.Execute<long>( 2906return source.Provider.Execute<long?>( 2919return source.Provider.Execute<float>( 2932return source.Provider.Execute<float?>( 2945return source.Provider.Execute<double>( 2958return source.Provider.Execute<double?>( 2971return source.Provider.Execute<decimal>( 2984return source.Provider.Execute<decimal?>( 2996return source.Provider.Execute<double>( 3008return source.Provider.Execute<double?>( 3020return source.Provider.Execute<double>( 3032return source.Provider.Execute<double?>( 3044return source.Provider.Execute<float>( 3056return source.Provider.Execute<float?>( 3068return source.Provider.Execute<double>( 3080return source.Provider.Execute<double?>( 3092return source.Provider.Execute<decimal>( 3104return source.Provider.Execute<decimal?>( 3117return source.Provider.Execute<double>( 3130return source.Provider.Execute<double?>( 3143return source.Provider.Execute<float>( 3156return source.Provider.Execute<float?>( 3169return source.Provider.Execute<double>( 3182return source.Provider.Execute<double?>( 3195return source.Provider.Execute<double>( 3208return source.Provider.Execute<double?>( 3221return source.Provider.Execute<decimal>( 3234return source.Provider.Execute<decimal?>( 3247return source.Provider.Execute<TSource>( 3260return source.Provider.Execute<TAccumulate>( 3274return source.Provider.Execute<TResult>(