Click or drag to resize
EntityFieldExpression Properties

The EntityFieldExpression type exposes the following members.

Properties
  NameDescription
Public propertyAliasOfContainingSet
Gets or sets the alias of the field containing set.
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 propertyFieldAsString
Gets the field as string.
Public propertyFieldObject
Gets or sets the Field
Public propertyNodeType
Gets the node type of this Expression.
(Inherited from CommonExpression.)
Public propertyRelationsToUse
Gets the relations required to access this field. Can be null (which means: no relations needed)
Public propertyType
Gets the static type of the expression that this Expression represents.
(Inherited from CommonExpression.)
Top
See Also