EntityDataSource.QueryCreated Event

Definition

Occurs after the EntityDataSource creates an Entity SQL query that was specified during the configuration of the EntityDataSource control.

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

Event Type

Implements

Remarks

For more information, see Applying LINQ Queries to EntityDataSource.

Applies to