ConfigureConnectionContext.DataProviders Property
Specifies the list of data providers available for a data connection.
Namespace: DevExpress.DataAccess.UI.Sql
Assembly: DevExpress.DataAccess.v24.1.UI.dll
NuGet Package: DevExpress.DataAccess.UI
Declaration
Property Value
Type | Description |
---|---|
List<ProviderLookupItem> | A collection of ProviderLookupItem objects. |
See Also