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)
1879return source.Provider.Execute<TSource>( 1892return source.Provider.Execute<TSource>( 1904return source.Provider.Execute<TSource>( 1922return source.Provider.Execute<TSource>( 1935return source.Provider.Execute<TSource>( 1955return source.Provider.Execute<TSource>( 1967return source.Provider.Execute<TSource>( 1980return source.Provider.Execute<TSource>( 1992return source.Provider.Execute<TSource>( 2010return source.Provider.Execute<TSource>( 2023return source.Provider.Execute<TSource>( 2043return source.Provider.Execute<TSource>( 2056return source.Provider.Execute<TSource>( 2069return source.Provider.Execute<TSource>( 2081return source.Provider.Execute<TSource>( 2100return source.Provider.Execute<TSource>( 2113return source.Provider.Execute<TSource>( 2134return source.Provider.Execute<TSource>( 2149return source.Provider.Execute<TSource>( 2171return source.Provider.Execute<TSource>( 2183return source.Provider.Execute<TSource>( 2201return source.Provider.Execute<TSource>( 2237return source.Provider.Execute<bool>( 2249return source.Provider.Execute<bool>( 2274return source1.Provider.Execute<bool>( 2287return source1.Provider.Execute<bool>( 2319return source.Provider.Execute<bool>( 2332return source.Provider.Execute<bool>( 2345return source.Provider.Execute<bool>( 2357return source.Provider.Execute<int>( 2370return source.Provider.Execute<int>( 2403return source.Provider.Execute<long>( 2416return source.Provider.Execute<long>( 2428return source.Provider.Execute<TSource>( 2447return source.Provider.Execute<TSource>( 2461return source.Provider.Execute<TResult>( 2482return source.Provider.Execute<TSource>( 2508return source.Provider.Execute<TSource>( 2532return source.Provider.Execute<TSource>( 2546return source.Provider.Execute<TSource>( 2564return source.Provider.Execute<TSource>( 2578return source.Provider.Execute<TResult>( 2599return source.Provider.Execute<TSource>( 2625return source.Provider.Execute<TSource>( 2649return source.Provider.Execute<TSource>( 2663return source.Provider.Execute<int>( 2675return source.Provider.Execute<int?>( 2687return source.Provider.Execute<long>( 2699return source.Provider.Execute<long?>( 2711return source.Provider.Execute<float>( 2723return source.Provider.Execute<float?>( 2735return source.Provider.Execute<double>( 2747return source.Provider.Execute<double?>( 2759return source.Provider.Execute<decimal>( 2771return source.Provider.Execute<decimal?>( 2784return source.Provider.Execute<int>( 2797return source.Provider.Execute<int?>( 2810return source.Provider.Execute<long>( 2823return source.Provider.Execute<long?>( 2836return source.Provider.Execute<float>( 2849return source.Provider.Execute<float?>( 2862return source.Provider.Execute<double>( 2875return source.Provider.Execute<double?>( 2888return source.Provider.Execute<decimal>( 2901return source.Provider.Execute<decimal?>( 2913return source.Provider.Execute<double>( 2925return source.Provider.Execute<double?>( 2937return source.Provider.Execute<double>( 2949return source.Provider.Execute<double?>( 2961return source.Provider.Execute<float>( 2973return source.Provider.Execute<float?>( 2985return source.Provider.Execute<double>( 2997return source.Provider.Execute<double?>( 3009return source.Provider.Execute<decimal>( 3021return source.Provider.Execute<decimal?>( 3034return source.Provider.Execute<double>( 3047return source.Provider.Execute<double?>( 3060return source.Provider.Execute<float>( 3073return source.Provider.Execute<float?>( 3086return source.Provider.Execute<double>( 3099return source.Provider.Execute<double?>( 3112return source.Provider.Execute<double>( 3125return source.Provider.Execute<double?>( 3138return source.Provider.Execute<decimal>( 3151return source.Provider.Execute<decimal?>( 3164return source.Provider.Execute<TSource>( 3177return source.Provider.Execute<TAccumulate>( 3191return source.Provider.Execute<TResult>(