Click or drag to resize

SessionBaseIndexT Method (String)

Gets an index of all objects of a certain type

Namespace:  VelocityDb.Session
Assembly:  VelocityDb (in VelocityDb.dll) Version: 8.2.1.0 (8.2.1)
Syntax
public BTreeSet<T> Index<T>(
	string indexedByFieldName
)

Parameters

indexedByFieldName
Type: SystemString
The field used for sorting the indexed objects

Type Parameters

T
The type of object indexed

Return Value

Type: BTreeSetT
The index
See Also