Initializes the class with the collection that the object is contained within.
Namespace: DatabaseObjects.GenericAssembly: DatabaseObjects (in DatabaseObjects.dll) Version: 3.8.1.0
Syntax
C# |
---|
public ObjectReference( DatabaseObjects objCollection ) |
Visual Basic |
---|
Public Sub New ( _ objCollection As DatabaseObjects _ ) |
Visual C++ |
---|
public: ObjectReference( DatabaseObjects^ objCollection ) |
Parameters
- objCollection
- Type: DatabaseObjects..::..DatabaseObjects
The collection that contains the referenced object. The collection's MyBase.Object function is called to load the object.