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.GenericAssembly: DatabaseObjects (in DatabaseObjects.dll) Version: 3.8.1.0
Syntax
C# |
---|
protected DatabaseObjectsUsingAttributes( DatabaseObject objParent ) |
Visual Basic |
---|
Protected Sub New ( _ objParent As DatabaseObject _ ) |
Visual C++ |
---|
protected: DatabaseObjectsUsingAttributes( DatabaseObject^ objParent ) |
Parameters
- objParent
- Type: DatabaseObjects..::..DatabaseObject
The parent object that this collection is associated with.