1 implementation of Execute
System.Linq.Queryable (1)
System\Linq\EnumerableQuery.cs (1)
91TElement IQueryProvider.Execute<TElement>(Expression expression)
88 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 (86)
System\Linq\Queryable.cs (86)
1108return source.Provider.Execute<TSource>( 1121return source.Provider.Execute<TSource>( 1133return source.Provider.Execute<TSource>( 1151return source.Provider.Execute<TSource>( 1164return source.Provider.Execute<TSource>( 1184return source.Provider.Execute<TSource>( 1196return source.Provider.Execute<TSource>( 1209return source.Provider.Execute<TSource>( 1221return source.Provider.Execute<TSource>( 1239return source.Provider.Execute<TSource>( 1252return source.Provider.Execute<TSource>( 1272return source.Provider.Execute<TSource>( 1285return source.Provider.Execute<TSource>( 1298return source.Provider.Execute<TSource>( 1310return source.Provider.Execute<TSource>( 1329return source.Provider.Execute<TSource>( 1342return source.Provider.Execute<TSource>( 1363return source.Provider.Execute<TSource>( 1378return source.Provider.Execute<TSource>( 1400return source.Provider.Execute<TSource>( 1412return source.Provider.Execute<TSource>( 1430return source.Provider.Execute<TSource>( 1466return source.Provider.Execute<bool>( 1478return source.Provider.Execute<bool>( 1503return source1.Provider.Execute<bool>( 1516return source1.Provider.Execute<bool>( 1530return source.Provider.Execute<bool>( 1543return source.Provider.Execute<bool>( 1556return source.Provider.Execute<bool>( 1568return source.Provider.Execute<int>( 1581return source.Provider.Execute<int>( 1614return source.Provider.Execute<long>( 1627return source.Provider.Execute<long>( 1639return source.Provider.Execute<TSource>( 1658return source.Provider.Execute<TSource>( 1672return source.Provider.Execute<TResult>( 1693return source.Provider.Execute<TSource>( 1716return source.Provider.Execute<TSource>( 1730return source.Provider.Execute<TSource>( 1748return source.Provider.Execute<TSource>( 1762return source.Provider.Execute<TResult>( 1783return source.Provider.Execute<TSource>( 1806return source.Provider.Execute<TSource>( 1820return source.Provider.Execute<int>( 1832return source.Provider.Execute<int?>( 1844return source.Provider.Execute<long>( 1856return source.Provider.Execute<long?>( 1868return source.Provider.Execute<float>( 1880return source.Provider.Execute<float?>( 1892return source.Provider.Execute<double>( 1904return source.Provider.Execute<double?>( 1916return source.Provider.Execute<decimal>( 1928return source.Provider.Execute<decimal?>( 1941return source.Provider.Execute<int>( 1954return source.Provider.Execute<int?>( 1967return source.Provider.Execute<long>( 1980return source.Provider.Execute<long?>( 1993return source.Provider.Execute<float>( 2006return source.Provider.Execute<float?>( 2019return source.Provider.Execute<double>( 2032return source.Provider.Execute<double?>( 2045return source.Provider.Execute<decimal>( 2058return source.Provider.Execute<decimal?>( 2070return source.Provider.Execute<double>( 2082return source.Provider.Execute<double?>( 2094return source.Provider.Execute<double>( 2106return source.Provider.Execute<double?>( 2118return source.Provider.Execute<float>( 2130return source.Provider.Execute<float?>( 2142return source.Provider.Execute<double>( 2154return source.Provider.Execute<double?>( 2166return source.Provider.Execute<decimal>( 2178return source.Provider.Execute<decimal?>( 2191return source.Provider.Execute<double>( 2204return source.Provider.Execute<double?>( 2217return source.Provider.Execute<float>( 2230return source.Provider.Execute<float?>( 2243return source.Provider.Execute<double>( 2256return source.Provider.Execute<double?>( 2269return source.Provider.Execute<double>( 2282return source.Provider.Execute<double?>( 2295return source.Provider.Execute<decimal>( 2308return source.Provider.Execute<decimal?>( 2321return source.Provider.Execute<TSource>( 2334return source.Provider.Execute<TAccumulate>( 2348return source.Provider.Execute<TResult>(