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