Validates the syntax of this ExprConstant.
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 ExprConstant is valid if the String representing
the value is non-null and non-empty. Note that the String should
represent a numeric value, but this is not enforced during validation.
Exceptions
| Exception | Condition |
|---|---|
| Endeca.Navigation.Analytics..::..SyntaxException | If the syntax requirements are not met. |