EntityDataSourceView(EntityDataSource, String) コンストラクター

定義

指定した EntityDataSourceView コントロールを現在のビューの所有者として設定して、EntityDataSource クラスの新しいインスタンスを初期化します。

public:
 EntityDataSourceView(System::Web::UI::WebControls::EntityDataSource ^ owner, System::String ^ viewName);
public EntityDataSourceView (System.Web.UI.WebControls.EntityDataSource owner, string viewName);
new System.Web.UI.WebControls.EntityDataSourceView : System.Web.UI.WebControls.EntityDataSource * string -> System.Web.UI.WebControls.EntityDataSourceView
Public Sub New (owner As EntityDataSource, viewName As String)

パラメーター

owner
EntityDataSource

EntityDataSourceView オブジェクトに関連付けられるデータ ソース コントロール。

viewName
String

データ ソース ビューを所有するデータ ソース コントロールのスコープにおける、そのデータ ソース ビューの固有の名前。

適用対象