ConnectionErrorEventArgs.Handled Property
In This Article
Gets or sets whether default actions are required to connect to a data store.
Namespace: DevExpress.DataAccess.Sql
Assembly: DevExpress.DataAccess.v24.2.dll
NuGet Package: DevExpress.DataAccess
#Declaration
#Property Value
Type | Description |
---|---|
Boolean | true, if no default actions are required to connect to a data store; otherwise, false. |
See Also