Interface IQueryProviderAsync
This is internal API and is not intended for use by Linq To DB applications.
It may change or be removed without further notice.
Assembly: linq2db.dll
Syntax
public interface IQueryProviderAsync
Methods
|
Improve this Doc
View Source
ExecuteAsync<TResult>(Expression, CancellationToken)
This is internal API and is not intended for use by Linq To DB applications.
It may change or be removed without further notice.
Declaration
Task<TResult> ExecuteAsync<TResult>(Expression expression, CancellationToken cancellationToken)
Parameters
Type |
Name |
Description |
Expression |
expression |
|
CancellationToken |
cancellationToken |
|
Returns
Type |
Description |
Task<TResult> |
|
Type Parameters
|
Improve this Doc
View Source
ExecuteAsyncEnumerable<TResult>(Expression, CancellationToken)
This is internal API and is not intended for use by Linq To DB applications.
It may change or be removed without further notice.
Declaration
Task<IAsyncEnumerable<TResult>> ExecuteAsyncEnumerable<TResult>(Expression expression, CancellationToken cancellationToken)
Parameters
Type |
Name |
Description |
Expression |
expression |
|
CancellationToken |
cancellationToken |
|
Returns
Type Parameters
Extension Methods