C1.LiveLinq.Indexing Namespace / IndexingAlgorithm Class
Members

IndexingAlgorithm Class
Defines the kind of an index, the algorithm used by that index. Currently, the RedBlackTree algorithm is always used.
Object Model
IndexingAlgorithm Class
Syntax
'Declaration
 
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.
Inheritance Hierarchy

System.Object
   C1.LiveLinq.Indexing.IndexingAlgorithm

See Also