DataSource for Entity Framework for WinForms
Indexes プロパティ (ViewRowCollection)

C1.LiveLinq.4.5.2 アセンブリ > C1.LiveLinq.LiveViews 名前空間 > ViewRowCollection クラス : Indexes プロパティ
ViewRow オブジェクトを検索できるように、このビューのインデックスのコレクションを取得します。
シンタックス
'宣言
 
Public MustOverride ReadOnly Property Indexes As IndexCollection(Of ViewRow)
public abstract IndexCollection<ViewRow> Indexes {get;}
解説
ViewRowCollection では、 他の LiveLinq データソースと同様にインデックスを作成して、ViewRow オブジェクトの検索を最適化できます。 このクラスは、C1.LiveLinq.Indexing.IIndexedSource<T> インタフェースを実装しています。
参照

ViewRowCollection クラス
ViewRowCollection メンバ
Indexes プロパティ