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.v21.2.UI.dll

NuGet Packages: DevExpress.DataAccess.UI, DevExpress.Win.Design

Declaration

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

Property Value

Type Description
List<ProviderLookupItem>

A collection of ProviderLookupItem objects.

See Also