Skip to main content

EFConnectionParameters(String, String) Constructor

Initializes a new instance of the EFConnectionParameters class with the specified settings.

Namespace: DevExpress.DataAccess.EntityFramework

Assembly: DevExpress.DataAccess.v23.2.dll

NuGet Packages: DevExpress.DataAccess, DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap

Declaration

public EFConnectionParameters(
    string contextName,
    string assemblyPath
)

Parameters

Name Type Description
contextName String

A String value.

assemblyPath String

A String value.

See Also