Click or drag to resize

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

Type Parameters

T
The type of object we are looking for

Return Value

Type: IEnumeratorT
An enumeration of type T
See Also