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

RebuildResultSchemaContext.ConnectionProviderService Property

Specifies an object that enables the data connection’s serialization.

Namespace: DevExpress.DataAccess.UI.Sql

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

Declaration

public IConnectionProviderService ConnectionProviderService { get; set; }

Property Value

Type Description
IConnectionProviderService

An object implementing the IConnectionProviderService interface.

See Also