Skip to main content

ConfigureConnectionContext.DataProviders Property

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

Namespace: DevExpress.DataAccess.UI.Sql

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

NuGet Package: DevExpress.DataAccess.UI

Declaration

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

Property Value

Type Description
List<ProviderLookupItem>

A collection of ProviderLookupItem objects.

See Also