dotConnect for FreshBooks Documentation
In This Topic
    Components
    In This Topic

    This topic presents a brief description of the classes and components included in dotConnect for FreshBooks. Click on the name of each component for more information.

    Core ADO.NET Classes

    Class Description
    FreshBooksConnection Establishes a connection to FreshBooks database and manages transactions.
    FreshBooksCommand Executes SQL statements and stored procedures at FreshBooks database.
    FreshBooksDataReader Exposes and reads a forward-only stream of data from FreshBooks database.
    FreshBooksDataAdapter Populates a DataSet and resolves updates with FreshBooks database.
    FreshBooksParameter Represents input, output, and return value parameters for commands.
    FreshBooksException Represents an error encountered at FreshBooks database. For an error encountered at the client, dotConnect for FreshBooks throws a .NET Framework exception.

    Complementary ADO.NET Classes

    Class Description
    FreshBooksCommandBuilder A helper object that automatically generates command properties of FreshBooksDataAdapter and populates the FreshBooksParameter collection of FreshBooksCommand object.
    FreshBooksConnectionStringBuilder Constructs a connection string by assigning values to appropriate properties.

    dotConnect for FreshBooks Auxiliary Classes

    Class Description
    FreshBooksMonitor Serves to monitor dynamic SQL execution in applications that use dotConnect for FreshBooks.