Validates the syntax of this Select.

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

A Select is valid if the derived property name
is non-null and non-empty and the expression is valid.

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