ILLBLGenProQuery Methods |
The ILLBLGenProQuery type exposes the following members.
Name | Description | |
---|---|---|
![]() | EvaluateExpressionTree |
Evaluates the expression tree without executing it.
|
![]() | Execute() |
Executes the query this object represents.
|
![]() | Execute<TResult>() |
Executes the query this object represents
|
![]() | ExecuteAsync() |
Async variant of Execute().
Executes the query this object represents.
|
![]() | ExecuteAsync(CancellationToken) |
Async variant of Execute().
Executes the query this object represents.
|
![]() | ExecuteAsync<TResult>() |
Async variant of Execute().
Executes the query this object represents
|
![]() | ExecuteAsync<TResult>(CancellationToken) |
Async variant of Execute().
Executes the query this object represents
|
![]() | GetEnumerator | Returns an enumerator that iterates through a collection. (Inherited from IEnumerable.) |
Name | Description | |
---|---|---|
![]() | Execute() | Overloaded.
Executes the specified IQueryable. Requires the IQueryable to implement ILLBLGenProQuery.
(Defined by QueryableExtensionMethods.) |
![]() | Execute<TResult>() | Overloaded.
Executes the specified IQueryable. Requires the IQueryable to implement ILLBLGenProQuery.
(Defined by QueryableExtensionMethods.) |
![]() | ExecuteAsync() | Overloaded.
Executes the specified IQueryable's asynchronously. Requires the IQueryable to implement ILLBLGenProQuery.
(Defined by QueryableExtensionMethods.) |
![]() | ExecuteAsync(CancellationToken) | Overloaded.
Executes the specified IQueryable's asynchronously. Requires the IQueryable to implement ILLBLGenProQuery.
(Defined by QueryableExtensionMethods.) |
![]() | ExecuteAsync<TResult>() | Overloaded.
Executes the specified IQueryable's asynchronously. Requires the IQueryable to implement ILLBLGenProQuery.
(Defined by QueryableExtensionMethods.) |
![]() | ExecuteAsync<TResult>(CancellationToken) | Overloaded.
Executes the specified IQueryable's asynchronously. Requires the IQueryable to implement ILLBLGenProQuery.
(Defined by QueryableExtensionMethods.) |