AllObjectsT Class |
Namespace: VelocityDb
The AllObjectsT type exposes the following members.
Name | Description | |
---|---|---|
AllObjectsT(BTreeSetT) |
Constructs this enumeration wrapper object
| |
AllObjectsT(Database, Boolean) |
Constructs this enumeration wrapper object
| |
AllObjectsT(SessionBase, Boolean, Boolean) |
Constructs this enumeration wrapper object
|
Name | Description | |
---|---|---|
GetEnumerator |
Enumeration of all objects of type T
|
Name | Description | |
---|---|---|
CountT |
Override to improve performance over IEnumerable LINQ extension
(Defined by AllObjectsExtension.) | |
ElementAt(Int32) | Overloaded.
Override LINQ for faster access
(Defined by OfTypeExtension.) | |
ElementAtT(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.) | |
SkipTSource(Int32) | Overloaded.
Bypasses a specified number of elements in a sequence and then returns the remaining elements. Overrides SkipTSource(IEnumerableTSource, Int32) for improved performance
(Defined by AllObjectsExtension.) |