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: 11.1.0.0 (11.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