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
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Entity Framework