Defines the kind of an index, the algorithm used by that index. Currently, the RedBlackTree algorithm is always used.
Namespace:
C1.LiveLinq.IndexingAssembly: C1.LiveLinq (in C1.LiveLinq.dll)
Syntax
C# |
---|
public abstract class IndexingAlgorithm |
Visual Basic |
---|
Public MustInherit Class IndexingAlgorithm |
Remarks
In the current version, only one algorithm is supported, RedBlackTree.
Later versions may support other algorithms, such as bitmap or hash indexing.