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.) |
![]() | 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 | |
---|---|---|
![]() | Execute |
Executes the query this object represents.
|
![]() | ExecuteTResult |
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.
|
![]() | ExecuteAsyncTResult |
Async variant of Execute.
Executes the query this object represents
|
![]() | ExecuteAsyncTResult(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.) |
![]() | ExecuteTResult | 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.) |
![]() | ExecuteAsyncTResult | Overloaded.
Executes the specified IQueryable's asynchronously. Requires the IQueryable to implement ILLBLGenProQuery.
(Defined by QueryableExtensionMethods.) |
![]() | ExecuteAsyncTResult(CancellationToken) | Overloaded.
Executes the specified IQueryable's asynchronously. Requires the IQueryable to implement ILLBLGenProQuery.
(Defined by QueryableExtensionMethods.) |