Table of Contents

Interface IMultiRowState<T>

Namespace
Rinku.Mapping.Parsers
Assembly
Rinku.dll

Collects rows for one value and builds that value when its group ends.

public interface IMultiRowState<T>

Type Parameters

T
Extension Methods

Methods

Build()

Builds the value from the rows already added.

T Build()

Returns

T

Read(DbDataReader)

Adds the current row. Return false when the row belongs to the next value.

bool Read(DbDataReader reader)

Parameters

reader DbDataReader

Returns

bool