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
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Entity Framework