EntityDataSourceView.QueryCreated Evento
Definição
Importante
Esta API não está em conformidade com CLS.
Ocorre depois que o EntityDataSource criou uma consulta Entity SQL que foi especificada durante a configuração do controle EntityDataSource.Occurs after the EntityDataSource has created an Entity SQL query that was specified during the configuration of the EntityDataSource control.
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 aplicando consultas LINQ a EntityDataSource.For more information, see Applying LINQ Queries to EntityDataSource.