Click or drag to resize

SessionBaseIndexT Method

Gets an index of all objects of a certain type

Namespace:  VelocityDb.Session
Assembly:  VelocityDb (in VelocityDb.dll) Version: 11.1.0.0 (11.1)
Syntax
public BTreeSet<T> Index<T>()

Type Parameters

T
The type of object indexed

Return Value

Type: BTreeSetT
The index
See Also