Search Results for

    Show / Hide Table of Contents

    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.

    Namespace: LinqToDB.Async
    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
    Name Description
    TResult
    | 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 Description
    Task<IAsyncEnumerable<TResult>>
    Type Parameters
    Name Description
    TResult

    Extension Methods

    Map.DeepCopy<T>(T)
    Sql.IsDistinctFrom<T>(T, T)
    Sql.IsNotDistinctFrom<T>(T, T)
    SqlExtensions.In<T>(T, IEnumerable<T>)
    SqlExtensions.In<T>(T, IQueryable<T>)
    SqlExtensions.In<T>(T, T[])
    SqlExtensions.In<T>(T, T, T)
    SqlExtensions.In<T>(T, T, T, T)
    SqlExtensions.NotIn<T>(T, IEnumerable<T>)
    SqlExtensions.NotIn<T>(T, IQueryable<T>)
    SqlExtensions.NotIn<T>(T, T[])
    SqlExtensions.NotIn<T>(T, T, T)
    SqlExtensions.NotIn<T>(T, T, T, T)
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2011-2022 linq2db.com

    Generated by DocFX