IExpr is the interface for various types of composable
Select derived property expressions.

C# | Visual Basic | Visual C++ |
public interface IExpr : IQueryNode
Public Interface IExpr _ Implements IQueryNode
public interface class IExpr : IQueryNode

All Members | Methods | ||||
Icon | Member | Description |
---|---|---|
![]() | ToString()() |
Returns the String form of this query node.
(Inherited from IQueryNode.) |
![]() | ToWire()() |
Returns the wire form of this query node.
(Inherited from IQueryNode.) |
![]() | ValidateSyntax()() |
Validates the syntax of this query node.
(Inherited from IQueryNode.) |