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