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