ProjectionExpression Properties |
The ProjectionExpression type exposes the following members.
Name | Description | |
---|---|---|
CanReduce | 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.) | |
NodeType |
Gets the node type of this Expression.
(Inherited from CommonExpression.) | |
ProjectionLambda |
Gets or sets the projection lambda, which is the source for the data gathered in this projection.
| |
ProjectionToUse |
Gets or sets the projection to use for the query in LLBLGen Pro.
| |
RelationsToUse |
Relations collection for the relations to traverse to be able to fulfill the projection. These relations are from the projection specification
itself.
| |
Type |
Gets the static type of the expression that this Expression represents.
(Inherited from CommonExpression.) |