ILLBLGenProQuery Methods |
The ILLBLGenProQuery type exposes the following members.
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.) |