Validates the syntax of this FilterCompare.
| C# | Visual Basic | Visual C++ |
public virtual void ValidateSyntax()
Public Overridable Sub ValidateSyntax
public: virtual void ValidateSyntax ()
A FilterCompare is valid if the function
is non-null and the fieldName and val are
non-null and non-empty.
| Exception | Condition |
|---|---|
| SyntaxException |
If the syntax requirements are not met.
|