IAsyncQueryProvider.ExecuteAsync<TResult> Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Executes the strongly-typed query represented by a specified expression tree asynchronously.
public TResult ExecuteAsync<TResult> (System.Linq.Expressions.Expression expression, System.Threading.CancellationToken cancellationToken = default);
abstract member ExecuteAsync : System.Linq.Expressions.Expression * System.Threading.CancellationToken -> 'Result
Public Function ExecuteAsync(Of TResult) (expression As Expression, Optional cancellationToken As CancellationToken = Nothing) As TResult
Type Parameters
- TResult
Parameters
- expression
- Expression
- cancellationToken
- CancellationToken
Returns
TResult
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Entity Framework