Click or drag to resize

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
)

Parameters

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