IsValidDominoQueryColumn property (NotesViewColumn - LotusScript)
Indicates whether a view column can be used in DQL 'ViewName'.column <operator> <value> terms.
Defined in
NotesViewColumn
Data type
Boolean
Syntax
To get: flag = notesViewColumn.Isvaliddominoquerycolumn
Cannot be set.
Legal values
True indicates that the view column can be used in DQL 'ViewName'.column <operator> <value> terms. False indicates that the view column cannot be used in DQL view column terms. Fore more information, see the Domino Query Language documentation.