Classes
Class | Description | |
---|---|---|
Index<(Of <(<'T>)>)> |
Base class for the Index<(Of <(<'T, TKey>)>)> class.
|
|
Index<(Of <(<'T, TKey>)>)> |
Indexes a collection by an expression (typically, by a field), providing fast access to items having particular
values (or range of values) of that expression.
|
|
IndexCollection<(Of <(<'T>)>)> |
Represents a collection of indexes attached to an indexed collection.
|
|
IndexDefinition<(Of <(<'T>)>)> | ||
IndexingAlgorithm |
Defines the kind of an index, the algorithm used by that index. Currently, the RedBlackTree algorithm is always used.
|
|
IndexingException |
Represents an exception that is thrown when errors are generated using LiveLinq components.
|
|
ScannerCollection<(Of <(<'T>)>)> |
Represents a collection of indexes or subindexes.
|
|
Subindex<(Of <(<'T>)>)> |
Base class for the Subindex<(Of <(<'T, TKey>)>)> class.
|
|
Subindex<(Of <(<'T, TKey>)>)> |
Defines a subindex, an index definition subordinate to another index definition, its parent.
|
|
SubindexCollection<(Of <(<'T>)>)> |
Represents a collection of subindexes attached to an IndexDefinition<(Of <(<'T>)>)>.
|
Interfaces
Interface | Description | |
---|---|---|
IIndexedSource<(Of <(<'T>)>)> |
Represents an indexed collection.
|