SelectDataConnections (NoteCollection - Java™)
Read-write. Indicates whether the collection contains a data connection note.
Defined in
Data type
boolean
Syntax
public boolean getSelectDataConnections()
throws NotesException
public void setSelectDataConnections(boolean flag)
throws NotesException
Legal values
- true to indicate inclusion of a data connection note
- false to indicate exclusion of a data connection note
Usage
The following methods set this property:
- createNoteCollection in Database
- selectAllCodeElements
- selectAllNotes