EntityDataSourceView(EntityDataSource, String) Construtor
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
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.