Click or drag to resize

DatabaseOfType Method

Gets an object used for enumerating all objects in this Database."/>

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

Parameters

type
Type: SystemType
Type to look for
includeSubClasses (Optional)
Type: SystemBoolean
Also return instances of sub classes

Return Value

Type: OfType
The enumeration wrapper OfType(Type, Boolean)object
See Also