Back to Devexpress

DashboardSqlDataSource Events

dashboard-devexpress-dot-dashboardcommon-dot-dashboardsqldatasource-dot-underscore-events.md

latest3.3 KB
Original Source

DashboardSqlDataSource Events

An SQL data source that provides data for the dashboard.

NameDescription
BeforeLoadProviderCustomAssemblyOccurs on an attempt to load a provider custom assembly (the FireBirdConnectionParameters.ClientLibrary property value) by the Firebird data provider for a specific SQL data source. Inherited from SqlDataSource.
BeforeLoadProviderCustomAssemblyGlobal staticOccurs on an attempt to load a provider custom assembly (the FireBirdConnectionParameters.ClientLibrary property value) by the Firebird data provider for SQL data sources. Inherited from SqlDataSource.
ConfigureDataConnectionAllows you to customize connection settings before connecting to a database. Inherited from SqlDataSource.
ConnectionErrorFires after an attempt to establish a data connection has failed. Inherited from SqlDataSource.
CustomizeFilterExpressionAllows you to include WHERE clauses in SQL queries. Inherited from SqlDataSource.
DisposedOccurs when the component is disposed by a call to the Dispose() method. Inherited from Component.
ValidateCustomSqlQueryChecks the validity of the custom SQL query used to supply the data source with data. Inherited from SqlDataSource.
ValidateCustomSqlQueryGlobal staticProvides the capability to check the validity of the custom SQL query used to supply SQL data sources with data. Inherited from SqlDataSource.

See Also

DashboardSqlDataSource Class

DashboardSqlDataSource Members

DevExpress.DashboardCommon Namespace