Click or drag to resize
ILLBLGenProQuery Methods

The ILLBLGenProQuery type exposes the following members.

Methods
  NameDescription
Public methodExecute
Executes the query this object represents.
Public methodExecuteTResult
Executes the query this object represents
Public methodExecuteAsync
Async variant of Execute. Executes the query this object represents.
Public methodExecuteAsync(CancellationToken)
Async variant of Execute. Executes the query this object represents.
Public methodExecuteAsyncTResult
Async variant of Execute. Executes the query this object represents
Public methodExecuteAsyncTResult(CancellationToken)
Async variant of Execute. Executes the query this object represents
Public methodGetEnumerator
Returns an enumerator that iterates through a collection.
(Inherited from IEnumerable.)
Top
Extension Methods
  NameDescription
Public Extension MethodExecuteOverloaded.
Executes the specified IQueryable. Requires the IQueryable to implement ILLBLGenProQuery.
(Defined by QueryableExtensionMethods.)
Public Extension MethodExecuteTResultOverloaded.
Executes the specified IQueryable. Requires the IQueryable to implement ILLBLGenProQuery.
(Defined by QueryableExtensionMethods.)
Public Extension MethodExecuteAsyncOverloaded.
Executes the specified IQueryable's asynchronously. Requires the IQueryable to implement ILLBLGenProQuery.
(Defined by QueryableExtensionMethods.)
Public Extension MethodExecuteAsync(CancellationToken)Overloaded.
Executes the specified IQueryable's asynchronously. Requires the IQueryable to implement ILLBLGenProQuery.
(Defined by QueryableExtensionMethods.)
Public Extension MethodExecuteAsyncTResultOverloaded.
Executes the specified IQueryable's asynchronously. Requires the IQueryable to implement ILLBLGenProQuery.
(Defined by QueryableExtensionMethods.)
Public Extension MethodExecuteAsyncTResult(CancellationToken)Overloaded.
Executes the specified IQueryable's asynchronously. Requires the IQueryable to implement ILLBLGenProQuery.
(Defined by QueryableExtensionMethods.)
Top
See Also