IQueryNode is the interface for all parts of an Endeca Analytics query.

C# | Visual Basic | Visual C++ |
public interface IQueryNode
Public Interface IQueryNode
public interface class IQueryNode

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