Skip to main content
A newer version of this page is available. .

EFConnectionParameters(Type, String) Constructor

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

Namespace: DevExpress.DataAccess.EntityFramework

Assembly: DevExpress.DataAccess.v18.2.dll

Declaration

public EFConnectionParameters(
    Type source,
    string connectionStringName
)

Parameters

Name Type Description
source Type

A Type object.

connectionStringName String

A String value.

See Also