ComponentOne Data Source for Entity Framework
Inheritance Hierarchy
In This Topic
    C1.LiveLinq.Indexing.Search Namespace
    In This Topic
    Classes
     ClassDescription
    ClassRepresents a collection of IndexedGroup<T>, groups of elements with the same key, resulting from a search operation with grouping. This class has a derived class GroupingQuery<TKey,T> with specific type of the key used for the index search.
    ClassRepresents a collection of IndexedGroup<TKey,T>, groups of elements with the same key, resulting from a search operation with grouping.
    ClassRepresents a group of elements with the same key belonging to a collection of groups resulting from a search operation with grouping. This class has a derived class IndexedGroup<TKey,T> with specific key type.
    ClassRepresents a group of elements with the same key belonging to a collection of groups resulting from a search operation with grouping.
    ClassRepresents a collection that is the result of an index search. Objects of this class are returned by the IIndexScanner<T> search methods. This class has a derived class IndexQuery<T,TKey> with specific type of the key used for the index search.
    ClassRepresents a collection that is the result of an index search. Objects of this class are returned by the IIndexScanner<T,TKey> search methods.
    Interfaces
     InterfaceDescription
    InterfaceRepresents an index or a subindex in its capacity of scanning through data. Provides methods for searching data items.
    InterfaceRepresents an index or a subindex in its capacity of scanning through data. Provides methods for searching data items.
    Enumerations
     EnumerationDescription
    EnumerationA comparison operator to match elements in a join operation.
    See Also