DataSource for Entity Framework in WPF
C1.LiveLinq Namespace / IndexedQueryExtensions Class
Methods


In This Topic
    IndexedQueryExtensions Class Members
    In This Topic

    The following tables list the members exposed by IndexedQueryExtensions.

    Public Methods
     NameDescription
    Public Methodstatic (Shared in Visual Basic)Returns the input typed as C1.LiveLinq.Indexing.IIndexedSource<T>.  
    Public Methodstatic (Shared in Visual Basic)Overloaded. Groups the elements of a collection according to a specified key selector function and creates a result value from each group and its key. The elements of each group are projected by using a specified function.  
    Public Methodstatic (Shared in Visual Basic)Correlates the elements of two collections based on equality of keys and groups the results.  
    Public Methodstatic (Shared in Visual Basic)Overloaded. Correlates the elements of two collections based on matching keys.  
    Public Methodstatic (Shared in Visual Basic)Sorts the elements of a collection in ascending order.  
    Public Methodstatic (Shared in Visual Basic)Sorts the elements of a collection in descending order.  
    Public Methodstatic (Shared in Visual Basic)Projects each element of a collection into a new form.  
    Public Methodstatic (Shared in Visual Basic)Overloaded. Projects each element of a collection to a sequence of collections, flattens the resulting collections into one collection, and invokes a result selector function on each element therein.  
    Public Methodstatic (Shared in Visual Basic)Overloaded. Creates an C1.LiveLinq.Indexing.IIndexedSource<T> based on the specified IObservableSource<T> collection.  
    Public Methodstatic (Shared in Visual Basic)Overloaded. Filters the source collection based on a predicate.  
    Top
    See Also