[]
        
(Showing Draft Content)

C1.AdoNet.Salesforce.C1SalesforceDataAdapter

C1SalesforceDataAdapter 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.Salesforce
Assembly: C1.AdoNet.Salesforce.dll
Syntax
public sealed class C1SalesforceDataAdapter : C1DataAdapterBase<C1SalesforceCommand>, IComponent, IDisposable, ICloneable, IDbDataAdapter, IDataAdapter

Constructors

Name Description
C1SalesforceDataAdapter()

Initializes a new instance of the C1SalesforceDataAdapter class.

C1SalesforceDataAdapter(C1SalesforceCommand)

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

C1SalesforceDataAdapter(C1SalesforceConnection, string)

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

C1SalesforceDataAdapter(string, string)

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