EntityDataSourceView(EntityDataSource, String) Constructor

Definición

Inicializa una nueva instancia de la EntityDataSourceView clase , estableciendo el control especificado EntityDataSource como propietario de la vista actual.

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

Control de origen de datos al que está asociado el EntityDataSourceView objeto.

viewName
String

Un nombre único para la vista del origen de datos dentro del ámbito del control de origen de datos que lo posee.

Se aplica a