Click or drag to resize

AllObjectsT Constructor (Database, Boolean)

Constructs this enumeration wrapper object

Namespace:  VelocityDb
Assembly:  VelocityDb (in VelocityDb.dll) Version: 8.2.1.0 (8.2.1)
Syntax
public AllObjects(
	Database db,
	bool includeSubclasses = false
)

Parameters

db
Type: VelocityDbDatabase
The active db
includeSubclasses (Optional)
Type: SystemBoolean
Also return instances of sub classes
See Also