Click or drag to resize

DataSourceBase<T>.ExecuteAsync Method

Overload List
  NameDescription
Explicit interface implementationPrivate methodILLBLGenProQuery.ExecuteAsync()
Async variant of Execute(). Executes the query this object represents.
Explicit interface implementationPrivate methodILLBLGenProQuery.ExecuteAsync<TResult>()
Async variant of Execute(). Executes the query this object represents
Explicit interface implementationPrivate methodILLBLGenProQuery.ExecuteAsync(CancellationToken)
Async variant of Execute(). Executes the query this object represents.
Explicit interface implementationPrivate methodILLBLGenProQuery.ExecuteAsync<TResult>(CancellationToken)
Async variant of Execute(). Executes the query this object represents
Top
See Also