| ValueListProjectionDefinition Methods | 
The ValueListProjectionDefinition type exposes the following members.
| Name | Description | |
|---|---|---|
| AddFieldToProjection(IEntityFieldCore) | 
            Adds the specified field to the projection.
              | |
| AddFieldToProjection(IEntityFieldCore, Type) | 
            Adds the specified field to the projection. This routine will both add the field to the query elements and also add a projector to the datavalueprojectors.
              | |
| AddFieldToQuery(IEntityFieldCore) | 
            Adds the field to queryelements, doesn't add the field to projectors
              | |
| AddFieldToQuery(IEntityFieldCore, Boolean) | 
            Adds the field to queryelements, doesn't add the field to projectors
              | |
| AddLambdaAsProducerFuncToProjection | 
            Adds the lambda as producer func to projection. It adds the lambda in compiled form to the datavalueprojectors and all gathered elements to
            the queryelements.
              | |
| AddProjectionListToProjection | 
            Adds the elements in the passed in ProjectionListExpression to this projection.
              | |
| AddRelations | 
            Adds the relations.
              | |
| CreateAndAddDataValueProjectorToProjection | 
            Adds the data value projector to projection.
              | |
| 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.) | |
| InitClass | 
            Inits the class.
              (Inherited from ProjectionDefinition.) | |
| MemberwiseClone | Creates a shallow copy of the current Object.  (Inherited from Object.) | |
| ToString | Returns a string that represents the current object.  (Inherited from Object.) |