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)
Syntaxpublic OfType OfType(
Type type,
bool includeSubClasses = true
)
Public Function OfType (
type As Type,
Optional includeSubClasses As Boolean = true
) As OfType
public:
OfType^ OfType(
Type^ type,
bool includeSubClasses = true
)
member OfType :
type : Type *
?includeSubClasses : bool
(* Defaults:
let _includeSubClasses = defaultArg includeSubClasses true
*)
-> OfType
Parameters
- type
- Type: SystemType
Type to look for - includeSubClasses (Optional)
- Type: SystemBoolean
Also return instances of sub classes
Return Value
Type:
OfTypeThe enumeration wrapper
OfType(Type, Boolean)object
See Also