Skip to main content
All docs
V18.2

EditConnectionContext.ConnectionStorageService Property

Specifies a service that stores the data connection settings.

Namespace: DevExpress.DataAccess.UI.EntityFramework

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

Declaration

public IConnectionStorageService ConnectionStorageService { get; set; }

Property Value

Type Description
IConnectionStorageService

An object implementing the IConnectionStorageService interface.

See Also