Description Determines whether a Journal McDBNode object is linked to a database object without finding the database object.
-
Return Type
-
A Boolean value. True when the Journal object is linked to a database object. Failure Returns False Failure conditions: * Invalid argument * Criteria does not specify a Journal Object.
-
Syntax
-
object.JournalHasDatabase (pdbnodeJournal)
The JournalHasDatabase Method syntax has these parts: |
| object | An expression evaluating to an object of type McDataJournal. | | pdbnodeJournal | Required. A McDBNode object. A specific Journal McDBNode tha may have a relationship to a Database McDBNode. | Remarks A Journal McDBNode will be linked to a Database McDBNode after the Journal object was save to or loaded from a
a Database McDBNode.
|