DataConnector | ComponentOne
C1.AdoNet.OData Assembly / C1.AdoNet.OData Namespace / C1ODataConnection Class / OnConnectionStringChanged Method

In This Topic
    OnConnectionStringChanged Method (C1ODataConnection)
    In This Topic
    A method that is executed everytime that the connection string used by this C1ODataConnection has changed.
    Syntax
    'Declaration
     
    Protected Overrides NotOverridable Sub OnConnectionStringChanged() 
    protected override void OnConnectionStringChanged()
    See Also