Initializes a new instance with it's associated database.
 
        
        Namespace: DatabaseObjects.GenericAssembly: DatabaseObjects (in DatabaseObjects.dll) Version: 3.8.1.0
 Syntax
Syntax
| C# | 
|---|
| protected DatabaseObjectsVolatile( Database objDatabase ) | 
| Visual Basic | 
|---|
| Protected Sub New ( _ objDatabase As Database _ ) | 
| Visual C++ | 
|---|
| protected: DatabaseObjectsVolatile( Database^ objDatabase ) | 
Parameters
- objDatabase
- Type: DatabaseObjects..::..Database
 The database that this collection is associated with.
 
     
     
     
     
    