dotConnect for Zoho Books Documentation
Devart.Data.ZohoBooks Namespace / ZohoBooksConnectionStringBuilder Class
Members

In This Topic
    ZohoBooksConnectionStringBuilder Class
    In This Topic
    Generates automatically connection strings used to connect to Zoho Books.
    Syntax
    Remarks
    The ZohoBooksConnectionStringBuilder allows you to construct a connection string by assigning values to corresponding properties. After you have initialized all connection properties you need, use System.Data.Common.DbConnectionStringBuilder.ConnectionString property or ToString method to obtain the connection string built.
    Inheritance Hierarchy

    System.Object
       System.Data.Common.DbConnectionStringBuilder
          Devart.Common.DbConnectionStringBuilder
             Devart.Data.SqlShimConnectionStringBuilder
                Devart.Data.ZohoBooks.ZohoBooksConnectionStringBuilder

    See Also