Sets/returns the parent collection (DatabaseObjects instance) that this object is associated with.

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

Syntax

C#
protected internal DatabaseObjects ParentCollection { get; set; }
Visual Basic
Protected Friend Property ParentCollection As DatabaseObjects
	Get
	Set
Visual C++
protected public:
property DatabaseObjects^ ParentCollection {
	DatabaseObjects^ get ();
	void set (DatabaseObjects^ value);
}

See Also