Search Results for

    Show / Hide Table of Contents

    Interface IDataReaderAsync

    Inherited Members
    IAsyncDisposable.DisposeAsync()
    Namespace: LinqToDB.Linq
    Assembly: linq2db.dll
    Syntax
    public interface IDataReaderAsync : IAsyncDisposable

    Properties

    | Improve this Doc View Source

    DataReader

    Declaration
    DbDataReader DataReader { get; }
    Property Value
    Type Description
    DbDataReader

    Methods

    | Improve this Doc View Source

    ReadAsync(CancellationToken)

    Declaration
    Task<bool> ReadAsync(CancellationToken cancellationToken)
    Parameters
    Type Name Description
    CancellationToken cancellationToken
    Returns
    Type Description
    Task<System.Boolean>

    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