Back to Devexpress

SqlDataSource Events

corelibraries-devexpress-dot-dataaccess-dot-sql-dot-sqldatasource-dot-underscore-events.md

latest2.6 KB
Original Source

SqlDataSource Events

The data source that allows you to bind data-aware controls to a database (in read-only mode) using specified data connection options.

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.
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.
ConfigureDataConnectionAllows you to customize connection settings before connecting to a database.
ConnectionErrorFires after an attempt to establish a data connection has failed.
CustomizeFilterExpressionAllows you to include WHERE clauses in SQL queries.
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.
ValidateCustomSqlQueryGlobal staticProvides the capability to check the validity of the custom SQL query used to supply SQL data sources with data.

See Also

SqlDataSource Class

SqlDataSource Members

DevExpress.DataAccess.Sql Namespace