Overload | Description |
---|---|
QuickBooksLoader Constructor() | Creates an QuickBooksLoader object without Connection and with empty TableName. |
QuickBooksLoader Constructor(String) | Initializes a new instance of the QuickBooksLoader class with table name that will be loaded. |
QuickBooksLoader Constructor(String,QuickBooksConnection) | Initializes a new instance of the QuickBooksLoader class with table name that will be loaded and a QuickBooksConnection object. |