Otter SDK Reference
Version:

StrongDataReader Class

Used internally to generate strong rows.

Inheritance Hierarchy

  • object
    • Inedo.Data.StrongDataReader

Syntax

public class StrongDataReader

Methods

Name Description
Read<TRow>(System.Func<IDbDataResult> getReader, bool disposeReader)

Returns the enumeration of strong rows.

Read<TRow>(System.Func<IDbDataResult> getReader)

Returns the enumeration of strong rows.

Read<TRow>(IDbDataResult dbResult)

Returns the enumeration of strong rows.

ReadAllAsync<TRow>(IDbDataResult dbResult)

Returns the enumeration of strong rows.