Initializes a new instance with it's associated database and data that 
 can be used for specifying a subset.
 
        
        Namespace: DatabaseObjects.GenericAssembly: DatabaseObjects (in DatabaseObjects.dll) Version: 3.8.1.0
 Syntax
Syntax
| C# | 
|---|
| protected DatabaseObjectsVolatile( Database objDatabase, Object objData ) | 
| Visual Basic | 
|---|
| Protected Sub New ( _ objDatabase As Database, _ objData As Object _ ) | 
| Visual C++ | 
|---|
| protected: DatabaseObjectsVolatile( Database^ objDatabase, Object^ objData ) | 
Parameters
- objDatabase
- Type: DatabaseObjects..::..Database
 The database that this collection is associated with.
- objData
- Type: System..::..Object
 An additional object that is usually required so that it can be used as a filter in the SubSet function.
 Remarks
Remarks
 The Data propety is set before the items list is loaded.
 
 
     
     
     
     
    