[]
        
(Showing Draft Content)

C1.AdoNet.QuickBooksOnline.C1QuickBooksOnlineDataAdapter

C1QuickBooksOnlineDataAdapter Class

Represents a set of data commands and a connection to a data source that are used to fill the DataSet and update the data source. This class cannot be inherited.

Namespace: C1.AdoNet.QuickBooksOnline
Assembly: C1.AdoNet.QuickBooksOnline.dll
Syntax
public sealed class C1QuickBooksOnlineDataAdapter : C1DataAdapterBase<C1QuickBooksOnlineCommand>, IComponent, IDisposable, ICloneable, IDbDataAdapter, IDataAdapter

Constructors

Name Description
C1QuickBooksOnlineDataAdapter()

Initializes a new instance of the C1QuickBooksOnlineDataAdapter class.

C1QuickBooksOnlineDataAdapter(C1QuickBooksOnlineCommand)

Initializes a new instance of the C1QuickBooksOnlineDataAdapter class with a select command.

C1QuickBooksOnlineDataAdapter(C1QuickBooksOnlineConnection, string)

Initializes a new instance of the C1QuickBooksOnlineDataAdapter class a conection and a select command text.

C1QuickBooksOnlineDataAdapter(string, string)

Initializes a new instance of the C1QuickBooksOnlineDataAdapter class with a conection string and a select command text.