Click or drag to resize
ProjectionListExpression Properties

The ProjectionListExpression type exposes the following members.

Properties
  NameDescription
Public propertyCanReduce
Indicates that the node can be reduced to a simpler node. If this returns true, Reduce() can be called to produce the reduced form.
(Inherited from Expression.)
Public propertyElements
Gets or sets the elements in the projection list in the order of appearance
Public propertyElementsPerName
Gets or sets the list of elements in the projection list, stored under the name of the element they'll project to
Public propertyElementTypesPerName
Gets or sets the list of the types of the elements in the projection list, stored under the name of teh element they'll project to.
Public propertyNodeType
Gets the node type of this Expression.
(Inherited from CommonExpression.)
Public propertyPreProjectionDataBuckets
Gets or sets the pre projection data buckets of contained entity projections collected by this expression.
Public propertyProjectionInstantiatorLambda
Gets or sets the projection instantiator function lambda. This function is a modified version of the projection lambda
Public propertyProjectorFuncIndexPerElement
Gets or sets the list of flags if an element is a CTor argument or not.
Public propertyRelationsToUse
Relations collection for the relations to traverse to be able to fulfill the projection. These relations are from the fields in the projection specification itself.
Public propertyType
Gets the static type of the expression that this Expression represents.
(Inherited from CommonExpression.)
Top
See Also