EntityPreProjectionData Class |
Namespace: SD.LLBLGen.Pro.LinqSupportClasses
The EntityPreProjectionData type exposes the following members.
Name | Description | |
---|---|---|
EntityPreProjectionData |
Initializes a new instance of the EntityPreProjectionData class.
|
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).
|
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |