Partilhar via


EntityDataSourceView(EntityDataSource, String) Construtor

Definição

Inicializa uma nova instância da classe EntityDataSourceView configurando o controle EntityDataSource especificado como o proprietário da exibição atual.

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)

Parâmetros

owner
EntityDataSource

O controle de fonte de dados com o qual o objeto EntityDataSourceView está associado.

viewName
String

Um nome exclusivo para a exibição de fonte de dados dentro do escopo do controle de fonte de dados ao qual ele pertence.

Aplica-se a