Returns the database associated with this collection/database table.

Namespace: DatabaseObjects
Assembly: DatabaseObjects (in DatabaseObjects.dll) Version: 3.8.1.0

Syntax

C#
protected internal Database ParentDatabase { get; }
Visual Basic
Protected Friend ReadOnly Property ParentDatabase As Database
	Get
Visual C++
protected public:
property Database^ ParentDatabase {
	Database^ get ();
}

See Also