Validates the syntax of this ExprBinary.
Namespace: Endeca.Navigation.AnalyticsAssembly: Endeca.Navigation (in Endeca.Navigation.dll) Version: 6.3.0.0 (6.3.0.853)
Syntax
| C# |
|---|
public virtual void ValidateSyntax() |
| Visual Basic |
|---|
Public Overridable Sub ValidateSyntax |
| Visual C++ |
|---|
public: virtual void ValidateSyntax() |
Implements
IQueryNode..::..ValidateSyntax()()()()
Remarks
An ExprBinary is valid if both the
right-hand side and left-hand side subexpressions are
non-null and valid, and the function is not null.
Exceptions
| Exception | Condition |
|---|---|
| Endeca.Navigation.Analytics..::..SyntaxException | If the syntax requirements are not met. |