Contents Index State property AsaDataAdapter class

ASA Programming Guide
  Adaptive Server Anywhere .NET Data Provider API Reference
    AsaConnection class

StateChange event


Description 

Occurs when the state of the connection changes.

Syntax 

event StateChangeEventHandler StateChange

Usage 

The event handler receives an argument of type StateChangeEventArgs with data related to this event. The following StateChangeEventArgs properties provide information specific to this event: CurrentState and OriginalState.

For more information, see the .NET Framework documentation for OleDbConnection.StateChange Event.


Contents Index State property AsaDataAdapter class