[]
Gets the collection of indexes for this view allowing to search for ViewRow objects.
public abstract IndexCollection<ViewRow> Indexes { get; }
Public MustOverride ReadOnly Property Indexes As IndexCollection(Of ViewRow)
ViewRowCollection can be indexed, just like other LiveLinq data sources, to optimize searches for ViewRow objects. It implements the IIndexedSource<T> interface.