EntityDataSourceView.QueryCreated Evento
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Importante
Questa API non è conforme a CLS.
Si verifica dopo che EntityDataSource ha creato una query Entity SQL che è stata specificata durante la configurazione del controllo EntityDataSource.
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 evento
- Attributi
Commenti
Per altre informazioni, vedere Applicazione di query LINQ a EntityDataSource.