DataSource for Entity Framework in WPF
C1.LiveLinq.Indexing Namespace / IndexingAlgorithm Class
Members

In This Topic
    IndexingAlgorithm Class
    In This Topic
    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 
    public abstract 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