Table of Contents

Interface IBoundaryReader

Namespace
Rinku.Mapping
Assembly
Rinku.dll

Reads one part of a grouping key from the current row.

public interface IBoundaryReader
Extension Methods

Properties

Column

Gets the column used to detect a missing joined value when one is available.

int? Column { get; }

Property Value

int?

Targets

Gets the bound values needed by this reader.

(FieldInfo Field, object[] Targets) Targets { get; }

Property Value

(FieldInfo Field, object[] Targets)

Type

The value type this reader produces.

Type Type { get; }

Property Value

Type

Methods

EmitRead(Generator)

Writes the instructions that read the value from the current row.

void EmitRead(Generator g)

Parameters

g Generator