Initializes a new instance with the parent that it is associated with.

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

Syntax

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

Parameters

objParent
Type: DatabaseObjects..::..DatabaseObject
The parent collection that this collection is associated with. This is often useful so that the SubSet property can use the Parent to filter by a particular value pertinent to the parent object.

See Also