QueryableExtensionMethods Methods |
The QueryableExtensionMethods type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() | CacheResultset<TSource>(IQueryable<TSource>, Int32) |
Specifies that the query's resultset should be cached for the duration specified.
|
![]() ![]() | CacheResultset<TSource>(IQueryable<TSource>, TimeSpan) |
Specifies that the query's resultset should be cached for the duration specified.
|
![]() ![]() | CacheResultset<TSource>(IQueryable<TSource>, Int32, Boolean) |
Specifies that the query's resultset should be cached for the duration specified.
|
![]() ![]() | CacheResultset<TSource>(IQueryable<TSource>, Int32, String) |
Specifies that the query's resultset should be cached for the duration specified.
|
![]() ![]() | CacheResultset<TSource>(IQueryable<TSource>, TimeSpan, Boolean) |
Specifies that the query's resultset should be cached for the duration specified.
|
![]() ![]() | CacheResultset<TSource>(IQueryable<TSource>, TimeSpan, String) |
Specifies that the query's resultset should be cached for the duration specified.
|
![]() ![]() | CacheResultset<TSource>(IQueryable<TSource>, Int32, Boolean, String) |
Specifies that the query's resultset should be cached for the duration specified.
|
![]() ![]() | CacheResultset<TSource>(IQueryable<TSource>, TimeSpan, Boolean, String) |
Specifies that the query's resultset should be cached for the duration specified.
|
![]() ![]() | CountColumn<TSource, TColumnType>(IQueryable<TSource>, Expression<Func<TSource, TColumnType>>) |
returns the number of values in the set specified by selector which is 1 column wide.
|
![]() ![]() | CountColumn<TSource, TColumnType>(IQueryable<TSource>, Expression<Func<TSource, TColumnType>>, Boolean) |
returns the number of distinct values in the set specified by selector which is 1 column wide
|
![]() ![]() | CountColumnAsync<TSource, TColumnType>(IQueryable<TSource>, Expression<Func<TSource, TColumnType>>) |
Async variant of CountColumn
|
![]() ![]() | CountColumnAsync<TSource, TColumnType>(IQueryable<TSource>, Expression<Func<TSource, TColumnType>>, Boolean) |
Async variant of CountColumn.
|
![]() ![]() | CountColumnAsync<TSource, TColumnType>(IQueryable<TSource>, Expression<Func<TSource, TColumnType>>, CancellationToken) |
Async variant of CountColumn.
|
![]() ![]() | CountColumnAsync<TSource, TColumnType>(IQueryable<TSource>, Expression<Func<TSource, TColumnType>>, Boolean, CancellationToken) |
Async variant of CountColumn.
|
![]() ![]() | ExcludeFields<TSource> |
Specifies a list of fields to exclude for an entity fetch.
|
![]() ![]() | Execute(IQueryable) |
Executes the specified IQueryable. Requires the IQueryable to implement ILLBLGenProQuery.
|
![]() ![]() | Execute<TResult>(IQueryable) |
Executes the specified IQueryable. Requires the IQueryable to implement ILLBLGenProQuery.
|
![]() ![]() | ExecuteAsync(IQueryable) |
Executes the specified IQueryable's asynchronously. Requires the IQueryable to implement ILLBLGenProQuery.
|
![]() ![]() | ExecuteAsync(IQueryable, CancellationToken) |
Executes the specified IQueryable's asynchronously. Requires the IQueryable to implement ILLBLGenProQuery.
|
![]() ![]() | ExecuteAsync<TResult>(IQueryable) |
Executes the specified IQueryable's asynchronously. Requires the IQueryable to implement ILLBLGenProQuery.
|
![]() ![]() | ExecuteAsync<TResult>(IQueryable, CancellationToken) |
Executes the specified IQueryable's asynchronously. Requires the IQueryable to implement ILLBLGenProQuery.
|
![]() ![]() | IncludeFields<TSource> |
Specifies a list of fields to include for an entity fetch. All fields not specified aren't fetched (fields which are required like fk fields are always
fetched)
|
![]() ![]() | StandardDeviation<TSource, TColumnType>(IQueryable<TSource>, Expression<Func<TSource, TColumnType>>) |
returns the standard deviation over the column specified by selector.
|
![]() ![]() | StandardDeviation<TSource, TColumnType>(IQueryable<TSource>, Expression<Func<TSource, TColumnType>>, Boolean) |
returns the standard deviation over the column specified by selector.
|
![]() ![]() | StandardDeviationAsync<TSource, TColumnType>(IQueryable<TSource>, Expression<Func<TSource, TColumnType>>) |
Async variant of StandardDeviation.
|
![]() ![]() | StandardDeviationAsync<TSource, TColumnType>(IQueryable<TSource>, Expression<Func<TSource, TColumnType>>, Boolean) |
Async variant of StandardDeviation.
|
![]() ![]() | StandardDeviationAsync<TSource, TColumnType>(IQueryable<TSource>, Expression<Func<TSource, TColumnType>>, CancellationToken) |
Async variant of StandardDeviation.
|
![]() ![]() | StandardDeviationAsync<TSource, TColumnType>(IQueryable<TSource>, Expression<Func<TSource, TColumnType>>, Boolean, CancellationToken) |
Async variant of StandardDeviation.
|
![]() ![]() | TakePage<TSource> |
Returns the pageNumber-th page of size pageSize from the sequence the method is applied on.
|
![]() ![]() | ToArrayAsync<TResult>(IQueryable<TResult>) |
Executes source asynchronously and stores the results in a new TResult[]. Requires the IQueryable to implement ILLBLGenProQuery.
|
![]() ![]() | ToArrayAsync<TResult>(IQueryable<TResult>, CancellationToken) |
Executes source asynchronously and stores the results in a new TResult[]. Requires the IQueryable to implement ILLBLGenProQuery.
|
![]() ![]() | ToListAsync<TResult>(IQueryable<TResult>) |
Executes source asynchronously and stores the results in a new List(Of TResult). Requires the IQueryable to implement ILLBLGenProQuery.
|
![]() ![]() | ToListAsync<TResult>(IQueryable<TResult>, CancellationToken) |
Executes source asynchronously and stores the results in a new List(Of TResult). Requires the IQueryable to implement ILLBLGenProQuery.
|
![]() ![]() | Variance<TSource, TColumnType>(IQueryable<TSource>, Expression<Func<TSource, TColumnType>>) |
returns the variance over the column specified by selector.
|
![]() ![]() | Variance<TSource, TColumnType>(IQueryable<TSource>, Expression<Func<TSource, TColumnType>>, Boolean) |
returns the variance over the column specified by selector.
|
![]() ![]() | VarianceAsync<TSource, TColumnType>(IQueryable<TSource>, Expression<Func<TSource, TColumnType>>) |
Async variant of Variance.
|
![]() ![]() | VarianceAsync<TSource, TColumnType>(IQueryable<TSource>, Expression<Func<TSource, TColumnType>>, Boolean) |
Async variant of Variance.
|
![]() ![]() | VarianceAsync<TSource, TColumnType>(IQueryable<TSource>, Expression<Func<TSource, TColumnType>>, CancellationToken) |
Async variant of Variance.
|
![]() ![]() | VarianceAsync<TSource, TColumnType>(IQueryable<TSource>, Expression<Func<TSource, TColumnType>>, Boolean, CancellationToken) |
Async variant of Variance.
|
![]() ![]() | WithPath<TSource>(IQueryable<TSource>,IPathEdge[]) |
Specifies a prefetch path with the edges specified when fetching source.
|
![]() ![]() | WithPath<TSource>(IQueryable<TSource>, IPrefetchPathCore) |
Specifies a prefetch path for the source. Use this overload if you have existing code which produces prefetch path objects for you
|
![]() ![]() ![]() | WithPath<TSource>(IQueryable<TSource>, Func<IPathEdgeRootParser<TSource>, IPathEdgeRootParser<TSource>>) |
Specifies a prefetch path with the path edges specified in the form of a chain of method calls using lambda expressions.
|