ILLBLGenProQuery Interface |
Namespace: SD.LLBLGen.Pro.LinqSupportClasses
The ILLBLGenProQuery type exposes the following members.
Name | Description | |
---|---|---|
![]() | ElementType | Gets the type of the element(s) that are returned when the expression tree associated with this instance of IQueryable is executed. (Inherited from IQueryable.) |
![]() | EvaluatedExpressionsPerState |
Gets the evaluated expression trees per state of the execution engine
|
![]() | Expression | Gets the expression tree that is associated with the instance of IQueryable. (Inherited from IQueryable.) |
![]() | Provider | Gets the query provider that is associated with this data source. (Inherited from IQueryable.) |
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.) |