VistaDB 6
VistaDB.Provider Namespace / VistaDBConnection Class / OnStateChange Method
A System.Data.StateChangeEventArgs that contains the event data.


In This Topic
    OnStateChange Method
    In This Topic
    Raises the System.Data.Common.DbConnection.StateChange event.
    Syntax
    'Declaration
     
    
    Protected Sub OnStateChange( _
       ByVal stateChange As System.Data.StateChangeEventArgs _
    ) 
    'Usage
     
    
    Dim instance As VistaDBConnection
    Dim stateChange As System.Data.StateChangeEventArgs
     
    instance.OnStateChange(stateChange)
    protected void OnStateChange( 
       System.Data.StateChangeEventArgs stateChange
    )

    Parameters

    stateChange
    A System.Data.StateChangeEventArgs that contains the event data.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also