EntityDataSource::QueryCreated Event
.NET Framework (current version)
Occurs after the EntityDataSource creates an Entity SQL query that was specified during the configuration of the EntityDataSource control.
Assembly: System.Web.Entity (in System.Web.Entity.dll)
public: event EventHandler<QueryCreatedEventArgs^>^ QueryCreated { virtual void add(EventHandler<QueryCreatedEventArgs^>^ value) sealed; virtual void remove(EventHandler<QueryCreatedEventArgs^>^ value) sealed; }
Implements
IQueryableDataSource::QueryCreatedFor more information, see Applying LINQ Queries to EntityDataSource.
.NET Framework
Available since 4.0
Available since 4.0
Show: