Gets the collection of indexes for this view.

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

Syntax

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

Remarks

Live views can be indexed, just like other LiveLinq data sources, to optimize search operations over their data. For an example of an index over a view, see Live Views How To: Create Views Based on Other Views and Create Indexes on Views.

See Also