Returns the parent object that this collection is associated with.
This property will return Nothing if the 'New(DatabaseObjects.Database)'
constructor is used.
Namespace: DatabaseObjectsAssembly: DatabaseObjects (in DatabaseObjects.dll) Version: 3.8.1.0
Syntax
| C# |
|---|
protected internal DatabaseObject Parent { get; } |
| Visual Basic |
|---|
Protected Friend ReadOnly Property Parent As DatabaseObject Get |
| Visual C++ |
|---|
protected public: property DatabaseObject^ Parent { DatabaseObject^ get (); } |