The collection of indexes for this IndexedDataTable<(Of <(<'TRow>)>)>

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

Syntax

C#
public IndexCollection<TRow> Indexes { get; private set; }
Visual Basic
Public Property Indexes As IndexCollection(Of TRow)
	Get
	Private Set

See Also