Class | Description | |
---|---|---|
![]() | FreshBooksCommand | Represents a SQL statement or stored procedure to execute against FreshBooks. |
![]() | FreshBooksCommandBuilder | Automatically generates single-table commands used to reconcile changes made to a System.Data.DataSet with the FreshBooks. |
![]() | FreshBooksConnection | Represents an open connection to FreshBooks. |
![]() | FreshBooksConnectionStringBuilder | Generates automatically connection strings used to connect to FreshBooks. |
![]() | FreshBooksDataAdapter | Represents a set of data commands and a data source connection that are used to fill the System.Data.DataSet and update a FreshBooks data. |
![]() | FreshBooksDataReader | Reads a forward-only stream of rows from FreshBooks. |
![]() | FreshBooksException | The exception that is generated when FreshBooks returns an error. |
![]() | FreshBooksMetaDataCollectionNames | Enumerates collection names you can use for metadata retrieval purposes. |
![]() | FreshBooksMonitor | Monitors dynamic SQL execution in applications that use dotConnect for FreshBooks. |
![]() | FreshBooksParameter | Represents a parameter to a FreshBooksCommand, and optionally, its mapping to System.Data.DataSet columns. |
![]() | FreshBooksParameterCollection | Collects all parameters relevant to a FreshBooksCommand as well as their respective mappings to System.Data.DataSet columns. |
![]() | FreshBooksProviderFactory | Represents a factory required to create inheritors of generic base classes to use with dotConnect for FreshBooks. |
![]() | FreshBooksRowUpdatedEventArgs | Provides data for the FreshBooksDataAdapter.RowUpdated event. |
![]() | FreshBooksRowUpdatingEventArgs | Provides data for the FreshBooksDataAdapter.RowUpdating event. This class cannot be inherited. |