Click or drag to resize

DatabaseAllObjectsT Method

Gets an object used for enumerating all objects in this Database

Namespace:  VelocityDb
Assembly:  VelocityDb (in VelocityDb.dll) Version: 8.2.1.0 (8.2.1)
Syntax
public AllObjects<T> AllObjects<T>(
	bool includeSubClasses = true
)

Parameters

includeSubClasses (Optional)
Type: SystemBoolean
Also return instances of sub classes

Type Parameters

T
The type of object we are looking for

Return Value

Type: AllObjectsT
The enumeration wrapper object
See Also