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

Namespace:  C1.LiveLinq.LiveViews
Assembly:  C1.LiveLinq (in C1.LiveLinq.dll)

Syntax

C#
public abstract IndexCollection<ViewRow> Indexes { get; }
Visual Basic
Public MustOverride ReadOnly Property Indexes As IndexCollection(Of ViewRow)
	Get

Remarks

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

See Also