Skip to main content
All docs
V18.2

EditConnectionContext.ConnectionStringsProvider Property

Specifies a storage of data connection settings.

Namespace: DevExpress.DataAccess.UI.EntityFramework

Assembly: DevExpress.DataAccess.v18.2.UI.dll

Declaration

public IConnectionStringsProvider ConnectionStringsProvider { get; set; }

Property Value

Type Description
IConnectionStringsProvider

An object implementing the IConnectionStringsProvider interface.

See Also