EntityDataSource.GetViewNames メソッド

定義

EntityDataSource コントロールに関連付けられているビュー オブジェクトの一覧を表す名前のコレクションを取得します。

protected:
 override System::Collections::ICollection ^ GetViewNames();
protected override System.Collections.ICollection GetViewNames();
override this.GetViewNames : unit -> System.Collections.ICollection
Protected Overrides Function GetViewNames () As ICollection

返品

ICollection コントロールに関連付けられたビューの名前を含むEntityDataSource

実装

注釈

EntityDataSource コントロールは、基になるデータに対して 1 つのビューのみをサポートします。 GetViewNames メソッドは、この 1 ビュー名の単一要素コレクションを文字列として返します。

適用対象