EntityPreProjectionData Properties |
The EntityPreProjectionData type exposes the following members.
Name | Description | |
---|---|---|
EntityFieldStartIndexesPerEntity |
Gets the entity field start indexes per entity.
| |
EntityType |
Gets or sets the type of the entity.
| |
Factory |
Gets or sets the factory.
| |
FieldIndices |
Gets or sets the indices for the fields of the entity in the plain object array to project from. This array is used to build the array
to project the entity from.
| |
HierarchyFieldValueArrayLengths |
Gets the hierarchy field value array lengths.
| |
HierarchyType |
Determines the type of the hierarchy.
| |
ProjectorFuncIndex |
Gets or sets the index in the array used by the projector func. This is the index the func expects to read the real value from.
This means the resulting entity object should be placed on this index in the values array (the array of values the projection of the complete
query is done from, the 'values' array passed into the projection lambda).
|