Skip to main content

ConfigureConnectionContext.ConnectionStorageService Property

Specifies an object that provides a service functionality to store the data connection settings.

Namespace: DevExpress.DataAccess.UI.Sql

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

NuGet Package: DevExpress.DataAccess.UI

Declaration

public IConnectionStorageService ConnectionStorageService { get; set; }

Property Value

Type Description
IConnectionStorageService

An object implementing the IConnectionStorageService interface.

See Also