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