Click or drag to resize

OfType Constructor (Type, Database, Boolean)

Constructs this enumeration wrapper object

Namespace:  VelocityDb
Assembly:  VelocityDb (in VelocityDb.dll) Version: 11.1.0.0 (11.1)
Syntax
public OfType(
	Type type,
	Database db,
	bool includeSubClasses = false
)

Parameters

type
Type: SystemType
The Type to look for.
db
Type: VelocityDbDatabase
The active db
includeSubClasses (Optional)
Type: SystemBoolean
Also return instances of sub classes
See Also