IsValidDominoQueryField property (NotesViewColumn - LotusScript)

Indicates whether a view column can be used in DQL <fieldname> <operator> <value> terms.

Defined in

NotesViewColumn

Data type

Boolean

Syntax

To get: flag = notesViewColumn.Isvaliddominoqueryfield

Cannot be set.

Legal values

True indicates that the view column can be used in DQL <fieldname> <operator> <value> terms. False indicates that the view column cannot be used in DQL field terms. For more information, see the Domino Query Language documentation.