Click or drag to resize
EntityPreProjectionData Properties

The EntityPreProjectionData type exposes the following members.

Properties
  NameDescription
Public propertyEntityFieldStartIndexesPerEntity
Gets the entity field start indexes per entity.
Public propertyEntityType
Gets or sets the type of the entity.
Public propertyFactory
Gets or sets the factory.
Public propertyFieldIndices
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.
Public propertyHierarchyFieldValueArrayLengths
Gets the hierarchy field value array lengths.
Public propertyHierarchyType
Determines the type of the hierarchy.
Public propertyProjectorFuncIndex
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).
Top
See Also