Search Results for

    Show / Hide Table of Contents

    Interface IAsyncEnumerable<T>

    This API supports the LinqToDB infrastructure and is not intended to be used directly from your code. This API may change or be removed in future releases.

    Namespace: LinqToDB.Async
    Assembly: linq2db.dll
    Syntax
    public interface IAsyncEnumerable<out T>
    Type Parameters
    Name Description
    T

    Methods

    | Improve this Doc View Source

    GetAsyncEnumerator(CancellationToken)

    This API supports the LinqToDB infrastructure and is not intended to be used directly from your code. This API may change or be removed in future releases.

    Declaration
    IAsyncEnumerator<T> GetAsyncEnumerator(CancellationToken cancellationToken = null)
    Parameters
    Type Name Description
    CancellationToken cancellationToken
    Returns
    Type Description
    IAsyncEnumerator<T>

    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