Click or drag to resize
LLBLGenProQuery<T> Class
Generic query class which is returned from the Linq query source's CreateQuery method. This object is the result of the linq statement in C#/VB.NET code and which is the start point of the actual expression tree evaluation and execution.
Inheritance Hierarchy
System.Object
  SD.LLBLGen.Pro.LinqSupportClasses.LLBLGenProQuery<T>

Namespace:  SD.LLBLGen.Pro.LinqSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.3.0.0 (5.3.0)
Syntax
public class LLBLGenProQuery<T> : IOrderedQueryable<T>, 
	IQueryable<T>, IEnumerable<T>, IEnumerable, IQueryable, IOrderedQueryable, 
	ILLBLGenProQuery

Type Parameters

T

The LLBLGenProQuery< T> type exposes the following members.

Constructors
  NameDescription
Public methodLLBLGenProQuery<T>
Initializes a new instance of the LLBLGenProQuery< T> class.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Extension Methods
  NameDescription
Public Extension MethodAllAsync<T>(Expression<Func<T, Boolean>>)Overloaded.
Async variant of Queryable.All
(Defined by QueryableExtensionMethods.)
Public Extension MethodAllAsync<T>(Expression<Func<T, Boolean>>, CancellationToken)Overloaded.
Async variant of Queryable.All
(Defined by QueryableExtensionMethods.)
Public Extension MethodAnyAsync<T>()Overloaded.
Async variant of Queryable.Any
(Defined by QueryableExtensionMethods.)
Public Extension MethodAnyAsync<T>(CancellationToken)Overloaded.
Async variant of Queryable.Any
(Defined by QueryableExtensionMethods.)
Public Extension MethodAnyAsync<T>(Expression<Func<T, Boolean>>)Overloaded.
Async variant of Queryable.Any
(Defined by QueryableExtensionMethods.)
Public Extension MethodAnyAsync<T>(Expression<Func<T, Boolean>>, CancellationToken)Overloaded.
Async variant of Queryable.Any
(Defined by QueryableExtensionMethods.)
Public Extension MethodAverageAsync<T>(Expression<Func<T, Nullable<Int32>>>)Overloaded.
Async variant of Queryable.Average
(Defined by QueryableExtensionMethods.)
Public Extension MethodAverageAsync<T>(Expression<Func<T, Nullable<Int64>>>)Overloaded.
Async variant of Queryable.Average
(Defined by QueryableExtensionMethods.)
Public Extension MethodAverageAsync<T>(Expression<Func<T, Decimal>>)Overloaded.
Async variant of Queryable.Average
(Defined by QueryableExtensionMethods.)
Public Extension MethodAverageAsync<T>(Expression<Func<T, Nullable<Double>>>)Overloaded.
Async variant of Queryable.Average
(Defined by QueryableExtensionMethods.)
Public Extension MethodAverageAsync<T>(Expression<Func<T, Double>>)Overloaded.
Async variant of Queryable.Average
(Defined by QueryableExtensionMethods.)
Public Extension MethodAverageAsync<T>(Expression<Func<T, Nullable<Decimal>>>)Overloaded.
Async variant of Queryable.Average
(Defined by QueryableExtensionMethods.)
Public Extension MethodAverageAsync<T>(Expression<Func<T, Nullable<Single>>>)Overloaded.
Async variant of Queryable.Average
(Defined by QueryableExtensionMethods.)
Public Extension MethodAverageAsync<T>(Expression<Func<T, Int32>>)Overloaded.
Async variant of Queryable.Average
(Defined by QueryableExtensionMethods.)
Public Extension MethodAverageAsync<T>(Expression<Func<T, Int64>>)Overloaded.
Async variant of Queryable.Average
(Defined by QueryableExtensionMethods.)
Public Extension MethodAverageAsync<T>(Expression<Func<T, Single>>)Overloaded.
Async variant of Queryable.Average
(Defined by QueryableExtensionMethods.)
Public Extension MethodAverageAsync<T>(Expression<Func<T, Nullable<Int32>>>, CancellationToken)Overloaded.
Async variant of Queryable.Average
(Defined by QueryableExtensionMethods.)
Public Extension MethodAverageAsync<T>(Expression<Func<T, Nullable<Int64>>>, CancellationToken)Overloaded.
Async variant of Queryable.Average
(Defined by QueryableExtensionMethods.)
Public Extension MethodAverageAsync<T>(Expression<Func<T, Decimal>>, CancellationToken)Overloaded.
Async variant of Queryable.Average
(Defined by QueryableExtensionMethods.)
Public Extension MethodAverageAsync<T>(Expression<Func<T, Nullable<Double>>>, CancellationToken)Overloaded.
Async variant of Queryable.Average
(Defined by QueryableExtensionMethods.)
Public Extension MethodAverageAsync<T>(Expression<Func<T, Double>>, CancellationToken)Overloaded.
Async variant of Queryable.Average
(Defined by QueryableExtensionMethods.)
Public Extension MethodAverageAsync<T>(Expression<Func<T, Nullable<Decimal>>>, CancellationToken)Overloaded.
Async variant of Queryable.Average
(Defined by QueryableExtensionMethods.)
Public Extension MethodAverageAsync<T>(Expression<Func<T, Nullable<Single>>>, CancellationToken)Overloaded.
Async variant of Queryable.Average
(Defined by QueryableExtensionMethods.)
Public Extension MethodAverageAsync<T>(Expression<Func<T, Int32>>, CancellationToken)Overloaded.
Async variant of Queryable.Average
(Defined by QueryableExtensionMethods.)
Public Extension MethodAverageAsync<T>(Expression<Func<T, Int64>>, CancellationToken)Overloaded.
Async variant of Queryable.Average
(Defined by QueryableExtensionMethods.)
Public Extension MethodAverageAsync<T>(Expression<Func<T, Single>>, CancellationToken)Overloaded.
Async variant of Queryable.Average
(Defined by QueryableExtensionMethods.)
Public Extension MethodCacheResultset<T>(Int32)Overloaded.
Specifies that the query's resultset should be cached for the duration specified.
(Defined by QueryableExtensionMethods.)
Public Extension MethodCacheResultset<T>(TimeSpan)Overloaded.
Specifies that the query's resultset should be cached for the duration specified.
(Defined by QueryableExtensionMethods.)
Public Extension MethodCacheResultset<T>(Int32, String)Overloaded.
Specifies that the query's resultset should be cached for the duration specified.
(Defined by QueryableExtensionMethods.)
Public Extension MethodCacheResultset<T>(Int32, Boolean)Overloaded.
Specifies that the query's resultset should be cached for the duration specified.
(Defined by QueryableExtensionMethods.)
Public Extension MethodCacheResultset<T>(TimeSpan, String)Overloaded.
Specifies that the query's resultset should be cached for the duration specified.
(Defined by QueryableExtensionMethods.)
Public Extension MethodCacheResultset<T>(TimeSpan, Boolean)Overloaded.
Specifies that the query's resultset should be cached for the duration specified.
(Defined by QueryableExtensionMethods.)
Public Extension MethodCacheResultset<T>(Int32, Boolean, String)Overloaded.
Specifies that the query's resultset should be cached for the duration specified.
(Defined by QueryableExtensionMethods.)
Public Extension MethodCacheResultset<T>(TimeSpan, Boolean, String)Overloaded.
Specifies that the query's resultset should be cached for the duration specified. Only one tag is kept per complete query. Specify the tag you want to use on the outermost query expression.
(Defined by QueryableExtensionMethods.)
Public Extension MethodContainsAsync<T>(T)Overloaded.
Async variant of Queryable.Contains
(Defined by QueryableExtensionMethods.)
Public Extension MethodContainsAsync<T>(T, CancellationToken)Overloaded.
Async variant of Queryable.Contains
(Defined by QueryableExtensionMethods.)
Public Extension MethodCountAsync<T>()Overloaded.
Async variant of Queryable.Count
(Defined by QueryableExtensionMethods.)
Public Extension MethodCountAsync<T>(CancellationToken)Overloaded.
Async variant of Queryable.Count
(Defined by QueryableExtensionMethods.)
Public Extension MethodCountAsync<T>(Expression<Func<T, Boolean>>)Overloaded.
Async variant of Queryable.Count
(Defined by QueryableExtensionMethods.)
Public Extension MethodCountAsync<T>(Expression<Func<T, Boolean>>, CancellationToken)Overloaded.
Async variant of Queryable.Count
(Defined by QueryableExtensionMethods.)
Public Extension MethodCountColumn<T, TColumnType>(Expression<Func<T, TColumnType>>)Overloaded.
returns the number of values in the set specified by selector which is 1 column wide.
(Defined by QueryableExtensionMethods.)
Public Extension MethodCountColumn<T, TColumnType>(Expression<Func<T, TColumnType>>, Boolean)Overloaded.
returns the number of distinct values in the set specified by selector which is 1 column wide
(Defined by QueryableExtensionMethods.)
Public Extension MethodCountColumnAsync<T, TColumnType>(Expression<Func<T, TColumnType>>)Overloaded.
Async variant of CountColumn
(Defined by QueryableExtensionMethods.)
Public Extension MethodCountColumnAsync<T, TColumnType>(Expression<Func<T, TColumnType>>, CancellationToken)Overloaded.
Async variant of CountColumn.
(Defined by QueryableExtensionMethods.)
Public Extension MethodCountColumnAsync<T, TColumnType>(Expression<Func<T, TColumnType>>, Boolean)Overloaded.
Async variant of CountColumn.
(Defined by QueryableExtensionMethods.)
Public Extension MethodCountColumnAsync<T, TColumnType>(Expression<Func<T, TColumnType>>, Boolean, CancellationToken)Overloaded.
Async variant of CountColumn.
(Defined by QueryableExtensionMethods.)
Public Extension MethodElementAtAsync<T>(Int32)Overloaded.
Async variant of Queryable.ElementAt
(Defined by QueryableExtensionMethods.)
Public Extension MethodElementAtAsync<T>(Int32, CancellationToken)Overloaded.
Async variant of Queryable.ElementAt
(Defined by QueryableExtensionMethods.)
Public Extension MethodElementAtOrDefaultAsync<T>(Int32)Overloaded.
Async variant of Queryable.ElementAtOrDefault
(Defined by QueryableExtensionMethods.)
Public Extension MethodElementAtOrDefaultAsync<T>(Int32, CancellationToken)Overloaded.
Async variant of Queryable.ElementAtOrDefault
(Defined by QueryableExtensionMethods.)
Public Extension MethodExcludeFields<T>
Specifies a list of fields to exclude for an entity fetch.
(Defined by QueryableExtensionMethods.)
Public Extension MethodExecute()Overloaded.
Executes the specified IQueryable. Requires the IQueryable to implement ILLBLGenProQuery.
(Defined by QueryableExtensionMethods.)
Public Extension MethodExecute<TResult>()Overloaded.
Executes the specified IQueryable. Requires the IQueryable to implement ILLBLGenProQuery.
(Defined by QueryableExtensionMethods.)
Public Extension MethodExecuteAsync()Overloaded.
Executes the specified IQueryable's asynchronously. Requires the IQueryable to implement ILLBLGenProQuery.
(Defined by QueryableExtensionMethods.)
Public Extension MethodExecuteAsync(CancellationToken)Overloaded.
Executes the specified IQueryable's asynchronously. Requires the IQueryable to implement ILLBLGenProQuery.
(Defined by QueryableExtensionMethods.)
Public Extension MethodExecuteAsync<TResult>()Overloaded.
Executes the specified IQueryable's asynchronously. Requires the IQueryable to implement ILLBLGenProQuery.
(Defined by QueryableExtensionMethods.)
Public Extension MethodExecuteAsync<TResult>(CancellationToken)Overloaded.
Executes the specified IQueryable's asynchronously. Requires the IQueryable to implement ILLBLGenProQuery.
(Defined by QueryableExtensionMethods.)
Public Extension MethodFirstAsync<T>()Overloaded.
Async variant of Queryable.First
(Defined by QueryableExtensionMethods.)
Public Extension MethodFirstAsync<T>(CancellationToken)Overloaded.
Async variant of Queryable.First
(Defined by QueryableExtensionMethods.)
Public Extension MethodFirstAsync<T>(Expression<Func<T, Boolean>>)Overloaded.
Async variant of Queryable.First
(Defined by QueryableExtensionMethods.)
Public Extension MethodFirstAsync<T>(Expression<Func<T, Boolean>>, CancellationToken)Overloaded.
Async variant of Queryable.First
(Defined by QueryableExtensionMethods.)
Public Extension MethodFirstOrDefaultAsync<T>()Overloaded.
Async variant of Queryable.FirstOrDefault
(Defined by QueryableExtensionMethods.)
Public Extension MethodFirstOrDefaultAsync<T>(CancellationToken)Overloaded.
Async variant of Queryable.FirstOrDefault
(Defined by QueryableExtensionMethods.)
Public Extension MethodFirstOrDefaultAsync<T>(Expression<Func<T, Boolean>>)Overloaded.
Async variant of Queryable.FirstOrDefault
(Defined by QueryableExtensionMethods.)
Public Extension MethodFirstOrDefaultAsync<T>(Expression<Func<T, Boolean>>, CancellationToken)Overloaded.
Async variant of Queryable.FirstOrDefault
(Defined by QueryableExtensionMethods.)
Public Extension MethodForBusinessTime<T>
Specifies a temporal table predicate on source for the Business Time.
(Defined by QueryableExtensionMethods.)
Public Extension MethodForSystemTime<T>
Specifies a temporal table predicate on source for the System Time.
(Defined by QueryableExtensionMethods.)
Public Extension MethodIncludeFields<T>
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)
(Defined by QueryableExtensionMethods.)
Public Extension MethodLongCountAsync<T>()Overloaded.
Async variant of Queryable.LongCount
(Defined by QueryableExtensionMethods.)
Public Extension MethodLongCountAsync<T>(CancellationToken)Overloaded.
Async variant of Queryable.LongCount
(Defined by QueryableExtensionMethods.)
Public Extension MethodLongCountAsync<T>(Expression<Func<T, Boolean>>)Overloaded.
Async variant of Queryable.LongCount
(Defined by QueryableExtensionMethods.)
Public Extension MethodLongCountAsync<T>(Expression<Func<T, Boolean>>, CancellationToken)Overloaded.
Async variant of Queryable.LongCount
(Defined by QueryableExtensionMethods.)
Public Extension MethodMarkWithTag<T>
Specifies the tag to append as comment into the SQL query / queries generated from the query specified. Use the tag to trace back the origin of a SQL query in the RDBMS.
(Defined by QueryableExtensionMethods.)
Public Extension MethodMaxAsync<T>()Overloaded.
Async variant of Queryable.Max
(Defined by QueryableExtensionMethods.)
Public Extension MethodMaxAsync<T>(CancellationToken)Overloaded.
Async variant of Queryable.Max
(Defined by QueryableExtensionMethods.)
Public Extension MethodMaxAsync<T, TResult>(Expression<Func<T, TResult>>)Overloaded.
Async variant of Queryable.Max
(Defined by QueryableExtensionMethods.)
Public Extension MethodMaxAsync<T, TResult>(Expression<Func<T, TResult>>, CancellationToken)Overloaded.
Async variant of Queryable.Max
(Defined by QueryableExtensionMethods.)
Public Extension MethodMinAsync<T>()Overloaded.
Async variant of Queryable.Min
(Defined by QueryableExtensionMethods.)
Public Extension MethodMinAsync<T>(CancellationToken)Overloaded.
Async variant of Queryable.Min
(Defined by QueryableExtensionMethods.)
Public Extension MethodMinAsync<T, TResult>(Expression<Func<T, TResult>>)Overloaded.
Async variant of Queryable.Min
(Defined by QueryableExtensionMethods.)
Public Extension MethodMinAsync<T, TResult>(Expression<Func<T, TResult>>, CancellationToken)Overloaded.
Async variant of Queryable.Min
(Defined by QueryableExtensionMethods.)
Public Extension MethodSingleAsync<T>()Overloaded.
Async variant of Queryable.Single
(Defined by QueryableExtensionMethods.)
Public Extension MethodSingleAsync<T>(CancellationToken)Overloaded.
Async variant of Queryable.Single
(Defined by QueryableExtensionMethods.)
Public Extension MethodSingleAsync<T>(Expression<Func<T, Boolean>>)Overloaded.
Async variant of Queryable.Single
(Defined by QueryableExtensionMethods.)
Public Extension MethodSingleAsync<T>(Expression<Func<T, Boolean>>, CancellationToken)Overloaded.
Async variant of Queryable.Single
(Defined by QueryableExtensionMethods.)
Public Extension MethodSingleOrDefaultAsync<T>()Overloaded.
Async variant of Queryable.SingleOrDefault
(Defined by QueryableExtensionMethods.)
Public Extension MethodSingleOrDefaultAsync<T>(CancellationToken)Overloaded.
Async variant of Queryable.SingleOrDefault
(Defined by QueryableExtensionMethods.)
Public Extension MethodSingleOrDefaultAsync<T>(Expression<Func<T, Boolean>>)Overloaded.
Async variant of Queryable.SingleOrDefault
(Defined by QueryableExtensionMethods.)
Public Extension MethodSingleOrDefaultAsync<T>(Expression<Func<T, Boolean>>, CancellationToken)Overloaded.
Async variant of Queryable.SingleOrDefault
(Defined by QueryableExtensionMethods.)
Public Extension MethodStandardDeviation<T, TColumnType>(Expression<Func<T, TColumnType>>)Overloaded.
returns the standard deviation over the column specified by selector.
(Defined by QueryableExtensionMethods.)
Public Extension MethodStandardDeviation<T, TColumnType>(Expression<Func<T, TColumnType>>, Boolean)Overloaded.
returns the standard deviation over the column specified by selector.
(Defined by QueryableExtensionMethods.)
Public Extension MethodStandardDeviationAsync<T, TColumnType>(Expression<Func<T, TColumnType>>)Overloaded.
Async variant of StandardDeviation.
(Defined by QueryableExtensionMethods.)
Public Extension MethodStandardDeviationAsync<T, TColumnType>(Expression<Func<T, TColumnType>>, CancellationToken)Overloaded.
Async variant of StandardDeviation.
(Defined by QueryableExtensionMethods.)
Public Extension MethodStandardDeviationAsync<T, TColumnType>(Expression<Func<T, TColumnType>>, Boolean)Overloaded.
Async variant of StandardDeviation.
(Defined by QueryableExtensionMethods.)
Public Extension MethodStandardDeviationAsync<T, TColumnType>(Expression<Func<T, TColumnType>>, Boolean, CancellationToken)Overloaded.
Async variant of StandardDeviation.
(Defined by QueryableExtensionMethods.)
Public Extension MethodSumAsync<T>(Expression<Func<T, Double>>)Overloaded.
Async variant of Queryable.Sum
(Defined by QueryableExtensionMethods.)
Public Extension MethodSumAsync<T>(Expression<Func<T, Nullable<Decimal>>>)Overloaded.
Async variant of Queryable.Sum
(Defined by QueryableExtensionMethods.)
Public Extension MethodSumAsync<T>(Expression<Func<T, Nullable<Double>>>)Overloaded.
Async variant of Queryable.Sum
(Defined by QueryableExtensionMethods.)
Public Extension MethodSumAsync<T>(Expression<Func<T, Nullable<Int32>>>)Overloaded.
Async variant of Queryable.Sum
(Defined by QueryableExtensionMethods.)
Public Extension MethodSumAsync<T>(Expression<Func<T, Nullable<Int64>>>)Overloaded.
Async variant of Queryable.Sum
(Defined by QueryableExtensionMethods.)
Public Extension MethodSumAsync<T>(Expression<Func<T, Nullable<Single>>>)Overloaded.
Async variant of Queryable.Sum
(Defined by QueryableExtensionMethods.)
Public Extension MethodSumAsync<T>(Expression<Func<T, Decimal>>)Overloaded.
Async variant of Queryable.Sum
(Defined by QueryableExtensionMethods.)
Public Extension MethodSumAsync<T>(Expression<Func<T, Int32>>)Overloaded.
Async variant of Queryable.Sum
(Defined by QueryableExtensionMethods.)
Public Extension MethodSumAsync<T>(Expression<Func<T, Int64>>)Overloaded.
Async variant of Queryable.Sum
(Defined by QueryableExtensionMethods.)
Public Extension MethodSumAsync<T>(Expression<Func<T, Single>>)Overloaded.
Async variant of Queryable.Sum
(Defined by QueryableExtensionMethods.)
Public Extension MethodSumAsync<T>(Expression<Func<T, Double>>, CancellationToken)Overloaded.
Async variant of Queryable.Sum
(Defined by QueryableExtensionMethods.)
Public Extension MethodSumAsync<T>(Expression<Func<T, Nullable<Decimal>>>, CancellationToken)Overloaded.
Async variant of Queryable.Sum
(Defined by QueryableExtensionMethods.)
Public Extension MethodSumAsync<T>(Expression<Func<T, Nullable<Double>>>, CancellationToken)Overloaded.
Async variant of Queryable.Sum
(Defined by QueryableExtensionMethods.)
Public Extension MethodSumAsync<T>(Expression<Func<T, Nullable<Int32>>>, CancellationToken)Overloaded.
Async variant of Queryable.Sum
(Defined by QueryableExtensionMethods.)
Public Extension MethodSumAsync<T>(Expression<Func<T, Nullable<Int64>>>, CancellationToken)Overloaded.
Async variant of Queryable.Sum
(Defined by QueryableExtensionMethods.)
Public Extension MethodSumAsync<T>(Expression<Func<T, Nullable<Single>>>, CancellationToken)Overloaded.
Async variant of Queryable.Sum
(Defined by QueryableExtensionMethods.)
Public Extension MethodSumAsync<T>(Expression<Func<T, Decimal>>, CancellationToken)Overloaded.
Async variant of Queryable.Sum
(Defined by QueryableExtensionMethods.)
Public Extension MethodSumAsync<T>(Expression<Func<T, Int32>>, CancellationToken)Overloaded.
Async variant of Queryable.Sum
(Defined by QueryableExtensionMethods.)
Public Extension MethodSumAsync<T>(Expression<Func<T, Int64>>, CancellationToken)Overloaded.
Async variant of Queryable.Sum
(Defined by QueryableExtensionMethods.)
Public Extension MethodSumAsync<T>(Expression<Func<T, Single>>, CancellationToken)Overloaded.
Async variant of Queryable.Sum
(Defined by QueryableExtensionMethods.)
Public Extension MethodTakePage<T>
Returns the pageNumber-th page of size pageSize from the sequence the method is applied on.
(Defined by QueryableExtensionMethods.)
Public Extension MethodToArrayAsync<T>()Overloaded.
Executes source asynchronously and stores the results in a new TResult[]. Requires the IQueryable to implement ILLBLGenProQuery.
(Defined by QueryableExtensionMethods.)
Public Extension MethodToArrayAsync<T>(CancellationToken)Overloaded.
Executes source asynchronously and stores the results in a new TResult[]. Requires the IQueryable to implement ILLBLGenProQuery.
(Defined by QueryableExtensionMethods.)
Public Extension MethodToListAsync<T>()Overloaded.
Executes source asynchronously and stores the results in a new List(Of TResult). Requires the IQueryable to implement ILLBLGenProQuery.
(Defined by QueryableExtensionMethods.)
Public Extension MethodToListAsync<T>(CancellationToken)Overloaded.
Executes source asynchronously and stores the results in a new List(Of TResult). Requires the IQueryable to implement ILLBLGenProQuery.
(Defined by QueryableExtensionMethods.)
Public Extension MethodVariance<T, TColumnType>(Expression<Func<T, TColumnType>>)Overloaded.
returns the variance over the column specified by selector.
(Defined by QueryableExtensionMethods.)
Public Extension MethodVariance<T, TColumnType>(Expression<Func<T, TColumnType>>, Boolean)Overloaded.
returns the variance over the column specified by selector.
(Defined by QueryableExtensionMethods.)
Public Extension MethodVarianceAsync<T, TColumnType>(Expression<Func<T, TColumnType>>)Overloaded.
Async variant of Variance.
(Defined by QueryableExtensionMethods.)
Public Extension MethodVarianceAsync<T, TColumnType>(Expression<Func<T, TColumnType>>, CancellationToken)Overloaded.
Async variant of Variance.
(Defined by QueryableExtensionMethods.)
Public Extension MethodVarianceAsync<T, TColumnType>(Expression<Func<T, TColumnType>>, Boolean)Overloaded.
Async variant of Variance.
(Defined by QueryableExtensionMethods.)
Public Extension MethodVarianceAsync<T, TColumnType>(Expression<Func<T, TColumnType>>, Boolean, CancellationToken)Overloaded.
Async variant of Variance.
(Defined by QueryableExtensionMethods.)
Public Extension MethodWithHint<T>
Specifies a table/view hint for the target TSource is mapped on.
(Defined by QueryableExtensionMethods.)
Top
Explicit Interface Implementations
  NameDescription
Explicit interface implementationPrivate propertyIQueryable.ElementType
Gets the type of the element(s) that are returned when the expression tree associated with this instance of IQueryable is executed.
Explicit interface implementationPrivate propertyIQueryable.Expression
Gets the expression tree that is associated with the instance of IQueryable.
Explicit interface implementationPrivate methodIEnumerable<T>.GetEnumerator
Returns an enumerator that iterates through the collection.
Explicit interface implementationPrivate methodIEnumerable.GetEnumerator
Returns an enumerator that iterates through a collection.
Explicit interface implementationPrivate propertyIQueryable.Provider
Gets the query provider that is associated with this data source.
Explicit interface implementationPrivate methodILLBLGenProQuery.Execute()
Executes the query this object represents.
Explicit interface implementationPrivate methodILLBLGenProQuery.Execute<TResult>()
Executes the query this object represents
Explicit interface implementationPrivate methodILLBLGenProQuery.ExecuteAsync()
Executes the query this object represents.
Explicit interface implementationPrivate methodILLBLGenProQuery.ExecuteAsync(CancellationToken)
Executes the query this object represents.
Explicit interface implementationPrivate methodILLBLGenProQuery.ExecuteAsync<TResult>()
Executes the query this object represents
Explicit interface implementationPrivate methodILLBLGenProQuery.ExecuteAsync<TResult>(CancellationToken)
Executes the query this object represents
Top
See Also