EntityDataSourceView.QueryCreated Evento

Definição

Importante

Esta API não está em conformidade com CLS.

Ocorre após a EntityDataSource criação de uma consulta SQL de entidade que foi especificada durante a configuração do EntityDataSource controle.

public:
 event EventHandler<System::Web::UI::WebControls::QueryCreatedEventArgs ^> ^ QueryCreated;
[System.CLSCompliant(false)]
public event EventHandler<System.Web.UI.WebControls.QueryCreatedEventArgs> QueryCreated;
[<System.CLSCompliant(false)>]
member this.QueryCreated : EventHandler<System.Web.UI.WebControls.QueryCreatedEventArgs> 
Public Custom Event QueryCreated As EventHandler(Of QueryCreatedEventArgs) 

Tipo de evento

Atributos

Comentários

Para obter mais informações, consulte Aplicar consultas LINQ ao EntityDataSource.

Aplica-se a