Table of Contents

Interface IBoundaryField

Namespace
Rinku.Mapping
Assembly
Rinku.dll

Stores one part of a grouping key between rows.

public interface IBoundaryField
Extension Methods

Methods

EmitLoad(Generator)

Writes the instructions that load the stored value.

void EmitLoad(Generator g)

Parameters

g Generator

EmitStore(Generator)

Writes the instructions that store a value after EmitThis(Generator).

void EmitStore(Generator g)

Parameters

g Generator

EmitThis(Generator)

Writes the instructions that load the value owner for EmitStore(Generator).

void EmitThis(Generator g)

Parameters

g Generator