ComponentOne Data Source for Entity Framework
C1.LiveLinq Namespace / IndexedQueryExtensions Class / ToIndexed Method

In This Topic
    ToIndexed Method (IndexedQueryExtensions)
    In This Topic
    Creates an C1.LiveLinq.Indexing.IIndexedSource<T> based on the specified IObservableSource<T> collection.
    Overload List
    OverloadDescription
    Creates an C1.LiveLinq.Indexing.IIndexedSource<T> based on the specified IObservableSource<T> collection.  
    Creates an C1.LiveLinq.Collections.IndexedCollection<T> based on the specified System.ComponentModel.IBindingList data source.  
    A typed specialization of the ToIndexed<T>(IBindingList) method.  
    See Also