Click or drag to resize
ILLBLGenProQuery Methods

The ILLBLGenProQuery type exposes the following members.

Methods
  NameDescription
Public methodEvaluateExpressionTree
Evaluates the expression tree without executing it.
Public methodExecute()
Executes the query this object represents.
Public methodExecute<TResult>()
Executes the query this object represents
Public methodExecuteAsync()
Async variant of Execute(). Executes the query this object represents.
Public methodExecuteAsync(CancellationToken)
Async variant of Execute(). Executes the query this object represents.
Public methodExecuteAsync<TResult>()
Async variant of Execute(). Executes the query this object represents
Public methodExecuteAsync<TResult>(CancellationToken)
Async variant of Execute(). Executes the query this object represents
Public methodGetEnumerator
Returns an enumerator that iterates through a collection.
(Inherited from IEnumerable.)
Top
Extension Methods
  NameDescription
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.)
Top
See Also