DataConnector | ComponentOne
C1.AdoNet.CSV Assembly / C1.AdoNet.CSV Namespace / C1CSVConnection Class / SetConnectionState Method

In This Topic
    SetConnectionState Method (C1CSVConnection)
    In This Topic
    If the passed state is different than the current one, it updates it and fires the StateChange event.
    Syntax
    'Declaration
     
    Protected Sub SetConnectionState( _
       ByVal newState As ConnectionState _
    ) 
    protected void SetConnectionState( 
       ConnectionState newState
    )

    Parameters

    newState
    See Also