Back to Devexpress

DashboardSqlDataProvider Enum

dashboard-devexpress-dot-dashboardwin-e08f31a0.md

latest2.7 KB
Original Source

DashboardSqlDataProvider Enum

Lists values used to specify SQL data providers available in the Data Source wizard.

Namespace : DevExpress.DashboardWin

Assembly : DevExpress.Dashboard.v25.2.Win.dll

NuGet Package : DevExpress.Win.Dashboard

Declaration

csharp
[Flags]
public enum DashboardSqlDataProvider
vb
<Flags>
Public Enum DashboardSqlDataProvider

Members

NameDescription
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 |

Identifies the SAP HANA data provider.

| | 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.

|

The following properties accept/return DashboardSqlDataProvider values:

Remarks

Values listed in this enumeration are used to set the DashboardDataSourceWizardSettings.AvailableSqlDataProviders property.

See Also

DevExpress.DashboardWin Namespace