Interface IBoundaryReader
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
Type
The value type this reader produces.
Type Type { get; }
Property Value
Methods
EmitRead(Generator)
Writes the instructions that read the value from the current row.
void EmitRead(Generator g)