Initializes a new DatabaseObjects with it's associated parent object. The Parent property can be used to access the parent variable passed into this constructor.

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

Syntax

C#
protected DatabaseObjects(
	DatabaseObject objParent
)
Visual Basic
Protected Sub New ( _
	objParent As DatabaseObject _
)
Visual C++
protected:
DatabaseObjects(
	DatabaseObject^ objParent
)

Parameters

objParent
Type: DatabaseObjects..::..DatabaseObject
The parent object that this collection is associated with.

See Also