Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

SqlDataProviders Enum

Lists the SQL data providers available on the Specify a Connection String page of the Data Source Wizard.

Namespace: DevExpress.DataAccess.UI.Wizard

Assembly: DevExpress.DataAccess.v24.2.dll

NuGet Package: DevExpress.DataAccess

#Declaration

[Flags]
public enum SqlDataProviders

#Members

Name Description
None

No data providers are displayed in the Data Source wizard.

CustomConnectionString

Identifies the Custom Connection String data provider.

MSSqlServer

Identifies the Microsoft SQL Server data provider.

MSSqlServerCE

Identifies the MS SQL Server CE data provider.

Access

Identifies Micrisoft Access data providers.

Oracle

Identifies the Oracle data provider.

Redshift

Identifies the Amazon Redshift data provider.

BigQuery

Identifies the Google BigQuery data provider.

Teradata

Identifies the Teradata data provider.

Hana
Firebird

Identifies the Firebird data provider.

DB2

Identifies the IBM DB2 data provider.

MySql

Identifies the MySQL data provider.

Pervasive

Identifies the Pervasive PSQL data provider.

Postgres

Identifies the Postgre SQL data provider.

Advantage

Identifies the SAP Sybase Advantage data provider.

Ase

Identifies the SAP Sybase ASE data provider.

Asa

Identifies the SAP SQL Anywhere data provider.

SQLite

Identifies the SQLite data provider.

VistaDB

Identifies VistaDB data providers.

XmlFile

Identifies the XML File data provider.

All

All supported data providers are displayed in the Data Source wizard.

#Related API Members

The following properties accept/return SqlDataProviders values:

#Remarks

A SqlDataProviders enumeration value is returned by the SqlWizardSettings.AvailableDataProviders property.

See Also