Search Results for

    Show / Hide Table of Contents

    Class DataReaderWrapper

    Disposable wrapper over instance, which properly disposes associated objects.

    Inheritance
    System.Object
    DataReaderWrapper
    Namespace: LinqToDB.Data
    Assembly: linq2db.dll
    Syntax
    public class DataReaderWrapper : IDisposable

    Constructors

    | Improve this Doc View Source

    DataReaderWrapper(DbDataReader)

    Creates wrapper instance for specified data reader.

    Declaration
    public DataReaderWrapper(DbDataReader dataReader)
    Parameters
    Type Name Description
    DbDataReader dataReader

    Wrapped data reader instance.

    Properties

    | Improve this Doc View Source

    DataReader

    Declaration
    public DbDataReader? DataReader { get; }
    Property Value
    Type Description
    System.Nullable<DbDataReader>

    Methods

    | Improve this Doc View Source

    Dispose()

    Declaration
    public void Dispose()

    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