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

ConfigureConnectionContext.DataProviders Property

Specifies the list of data providers available for a data connection.

Namespace: DevExpress.DataAccess.UI.Sql

Assembly: DevExpress.DataAccess.v19.1.UI.dll

Declaration

public List<ProviderLookupItem> DataProviders { get; set; }

Property Value

Type Description
List<ProviderLookupItem>

A collection of ProviderLookupItem objects.

See Also