SessionBaseObjectsT Method |
Enumerates all the objects of a given type
Namespace:
VelocityDb.Session
Assembly:
VelocityDb (in VelocityDb.dll) Version: 8.2.1.0 (8.2.1)
Syntaxpublic IEnumerator<T> Objects<T>()
where T : OptimizedPersistable
Public Function Objects(Of T As OptimizedPersistable) As IEnumerator(Of T)
public:
generic<typename T>
where T : OptimizedPersistable
IEnumerator<T>^ Objects()
member Objects : unit -> IEnumerator<'T> when 'T : OptimizedPersistable
Type Parameters
- T
- The type of object we are looking for
Return Value
Type:
IEnumeratorTAn enumeration of type T
See Also