Show / Hide Table of Contents

    Interface IDataReaderEnvelope

    Envelope over some other inner System.Data.IDataReader. Implementation can introduce own logic how to iterate over inner reader.

    Namespace: Kros.KORM.Query.Providers
    Assembly: Kros.KORM.dll
    Syntax
    public interface IDataReaderEnvelope : IDataReader, IDisposable, IDataRecord

    Methods

    SetInnerReader(IDataReader)

    Sets inner reader over which is implementation iterating.

    Declaration
    void SetInnerReader(IDataReader innerReader)
    Parameters
    Type Name Description
    System.Data.IDataReader innerReader

    Inner reader.

    Back to top KROS a.s.