AllObjects<T> Class |
Namespace: VelocityDb
The AllObjects<T> type exposes the following members.
Name | Description | |
---|---|---|
![]() | AllObjects<T>(BTreeSet<T>) |
Constructs this enumeration wrapper object
|
![]() | AllObjects<T>(Database, Boolean) |
Constructs this enumeration wrapper object
|
![]() | AllObjects<T>(SessionBase, Boolean, Boolean) |
Constructs this enumeration wrapper object
|
Name | Description | |
---|---|---|
![]() | GetEnumerator |
Enumeration of all objects of type T
|
Name | Description | |
---|---|---|
![]() | Count<T> |
Override to improve performance over IEnumerable LINQ extension
(Defined by AllObjectsExtension.) |
![]() | ElementAt(Int32) | Overloaded.
Override LINQ for faster access
(Defined by OfTypeExtension.) |
![]() | ElementAt<T>(Int32) | Overloaded.
Override LINQ for faster access
(Defined by AllObjectsExtension.) |
![]() | Skip(Int32) | Overloaded.
Bypasses a specified number of elements in a sequence and then returns the remaining elements.
(Defined by OfTypeExtension.) |
![]() | Skip<TSource>(Int32) | Overloaded.
Bypasses a specified number of elements in a sequence and then returns the remaining elements. Overrides Skip<TSource> (IEnumerable<TSource> , Int32) for improved performance
(Defined by AllObjectsExtension.) |