Validates the syntax of this ExprLookup.

C# | Visual Basic | Visual C++ |
public virtual void ValidateSyntax()
Public Overridable Sub ValidateSyntax
public: virtual void ValidateSyntax ()

An ExprLookup is valid if the table name and
field name are non-null and non-empty. The LookupList
itself must also be valid.

Exception | Condition |
---|---|
SyntaxException |
If the syntax requirements are not met.
|