EntityDataSource.CreateView メソッド

定義

このコントロールに関連付けられている EntityDataSourceView の新しいインスタンスを作成します。

protected:
 virtual System::Web::UI::WebControls::EntityDataSourceView ^ CreateView();
protected virtual System.Web.UI.WebControls.EntityDataSourceView CreateView ();
abstract member CreateView : unit -> System.Web.UI.WebControls.EntityDataSourceView
override this.CreateView : unit -> System.Web.UI.WebControls.EntityDataSourceView
Protected Overridable Function CreateView () As EntityDataSourceView

戻り値

EntityDataSourceView

データ バインド コントロールのインターフェイスとして動作するオブジェクト。

注釈

カスタムビューを提供するには、派生クラスでこのメソッドをオーバーライドします。

適用対象