DataConnector | ComponentOne
C1.AdoNet.QuickBooksOnline Assembly / C1.DataConnector.AdoNet Namespace / C1ConnectionBase Class / ConnectionString Property

In This Topic
    ConnectionString Property (C1ConnectionBase)
    In This Topic
    Gets or sets the string used to open the connection.
    Syntax
    'Declaration
     
    Public Overrides Property ConnectionString As String
    public override string ConnectionString {get; set;}
    See Also