EntityDataSource.CreateView Método

Definição

Cria uma nova instância do EntityDataSourceView que está associado a este controle.Creates a new instance of the EntityDataSourceView that is associated with this control.

protected:
 virtual System::Web::UI::WebControls::EntityDataSourceView ^ CreateView();
protected virtual System.Web.UI.WebControls.EntityDataSourceView CreateView ();
abstract member CreateView : unit -> System.Web.UI.WebControls.EntityDataSourceView
override this.CreateView : unit -> System.Web.UI.WebControls.EntityDataSourceView
Protected Overridable Function CreateView () As EntityDataSourceView

Retornos

EntityDataSourceView

Um objeto que atua como a interface para controles limitados por dados.An object that acts as the interface for data-bound controls.

Comentários

Para fornecer uma exibição personalizada, você pode substituir esse método em uma classe derivada.To provide a custom view, you can override this method in a derived class.

Aplica-se a