[]
        
(Showing Draft Content)

C1.LiveLinq.LiveViews.ViewRowCollection.Indexes

Indexes Property

Indexes

Gets the collection of indexes for this view allowing to search for ViewRow objects.

Declaration
public abstract IndexCollection<ViewRow> Indexes { get; }
Remarks

ViewRowCollection can be indexed, just like other LiveLinq data sources, to optimize searches for ViewRow objects. It implements the IIndexedSource<T> interface.

See Also