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