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 ビュー名の単一要素コレクションを文字列として返します。

適用対象