EFDataSource.ConfigureDataConnection Event
In This Article
Namespace: DevExpress.DataAccess.EntityFramework
Assembly: DevExpress.DataAccess.v24.2.dll
NuGet Package: DevExpress.DataAccess
#Declaration
public event ConfigureDataConnectionEventHandler ConfigureDataConnection
#Event Data
The ConfigureDataConnection event's data class is ConfigureDataConnectionEventArgs. The following properties provide information specific to this event:
Property | Description |
---|---|
Connection |
Gets the name of the connection for which the event has been raised. |
Connection |
Gets or sets parameters used to establish a connection to data. |
See Also