AllObjectsT Constructor (Database, Boolean) |
Constructs this enumeration wrapper object
Namespace:
VelocityDb
Assembly:
VelocityDb (in VelocityDb.dll) Version: 11.1.0.0 (11.1)
Syntax public AllObjects(
Database db,
bool includeSubclasses = false
)
Public Sub New (
db As Database,
Optional includeSubclasses As Boolean = false
)
public:
AllObjects(
Database^ db,
bool includeSubclasses = false
)
new :
db : Database *
?includeSubclasses : bool
(* Defaults:
let _includeSubclasses = defaultArg includeSubclasses false
*)
-> AllObjects
Parameters
- db
- Type: VelocityDbDatabase
The active db - includeSubclasses (Optional)
- Type: SystemBoolean
Also return instances of sub classes
See Also