Show / Hide Table of Contents

    Namespace Kros.KORM.Query.Providers

    Classes

    LimitOffsetDataReader

    Data reader over some other System.Data.IDataReader. It can iterate just specified number of rows (Limit) and skip some rows at the begining (Offset).

    SqlServerSqlExpressionVisitorFactory

    Interfaces

    IDataReaderEnvelope

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

    Back to top KROS a.s.