[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Represents an stream property identifier in a filter expressiun tree.

The following tables list the members exposed by the ExprIdentNode type.

Public Properties

  NameDescription
ChildNodes
Returns list of child nodes.
(Inherited from ExprNode.)
ExpressionString
Returns the expression node rendered as a string.
(Overrides .ExpressionString.)
ResolvedPropertyName
Return property name as resolved by lookup in streams.

ResolvedStreamName
Returns stream name as resolved by lookup of property in streams.

ReturnType
Returns the type that the node's evaluate method returns an instance of.
(Overrides .ReturnType.)
StreamId
Gets the stream id supplying the property value

StreamOrPropertyName
For unit testing, returns stream or property name candidate.

UnresolvedPropertyName
For unit testing, returns unresolved property name.