Description Returns a pre-created McDataNodes that retains an application-wide configured McDataNodes.
-
Property type
-
A McDataNodes object.
-
Syntax
-
object.TargetDataNodes
The TargetDataNodes Property syntax has these parts: |
| object | An expression evaluating to an object of type McDataManager. | Remarks This property should be used to store a global McDataNodes that may be shared by all user-interface. The .Current property may be used as a default parent or target to databases additions. The returned McDataNodes will exists until the McDataManager object is released. The McDataNodes does not have any locking mechanism to prevent reading a configuration while it is being configured.
|