Interface IBoundaryField
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
EmitStore(Generator)
Writes the instructions that store a value after EmitThis(Generator).
void EmitStore(Generator g)
Parameters
EmitThis(Generator)
Writes the instructions that load the value owner for EmitStore(Generator).
void EmitThis(Generator g)