EFConnectionParameters(String, String) Constructor
Initializes a new instance of the EFConnectionParameters class with the specified settings.
Namespace: DevExpress.DataAccess.EntityFramework
Assembly: DevExpress.DataAccess.v25.1.dll
NuGet Package: DevExpress.DataAccess
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| contextName | String | A String value. |
| assemblyPath | String | A String value. |
See Also