DataSource for Entity Framework for WPF/Silverlight
Indexes プロパティ (ViewRowCollection)

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 プロパティ