SessionBaseObjectsT Method |
Enumerates all the objects of a given type
Namespace:
VelocityDb.Session
Assembly:
VelocityDb (in VelocityDb.dll) Version: 11.1.0.0 (11.1)
Syntax public 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