OfType Class |
Namespace: VelocityDb
The OfType type exposes the following members.
Name | Description | |
---|---|---|
![]() | OfType(Type, Database, Boolean) |
Constructs this enumeration wrapper object
|
![]() | OfType(Type, SessionBase, Boolean, Boolean) |
Constructs this enumeration wrapper object
|
Name | Description | |
---|---|---|
![]() | Count |
Get a count of instances of the given type. This value is computed by a quick iteration over all objects of the requested type.
|
![]() | GetEnumerator |
Enumeration of all objects of the selected Type |
Name | Description | |
---|---|---|
![]() | ElementAt |
Override LINQ for faster access
(Defined by OfTypeExtension.) |
![]() | Skip |
Bypasses a specified number of elements in a sequence and then returns the remaining elements.
(Defined by OfTypeExtension.) |