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.Generic
Assembly: DatabaseObjects (in DatabaseObjects.dll) Version: 3.8.1.0

Syntax

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

Parameters

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

See Also