EntityDataSourceView(EntityDataSource, String) コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
指定した 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
データ ソース ビューを所有するデータ ソース コントロールのスコープにおける、そのデータ ソース ビューの固有の名前。