Modifier

EntityDataSourceView.QueryCreated Event

Definition

Important

This API is not CLS-compliant.

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) 

Event Type

Attributes

Remarks

For more information, see Applying LINQ Queries to EntityDataSource.

Applies to