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

データ ソース ビューを所有するデータ ソース コントロールのスコープ内の一意の名前。

適用対象