Click or drag to resize

AllObjects<T> 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: VelocityDb.Database
The active db
includeSubclasses (Optional)
Type: System.Boolean
Also return instances of sub classes
See Also