[]
        
(Showing Draft Content)

C1.AdoNet.D365S.C1D365SDataAdapter

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

Constructors

Name Description
C1D365SDataAdapter()

Creates an instance of the C1D365SDataAdapter class.

C1D365SDataAdapter(C1D365SCommand)

Creates an instance of the C1D365SDataAdapter class, for executing the passed db command.

C1D365SDataAdapter(C1D365SConnection, string)

Creates an instance of the C1D365SDataAdapter class, for executing over a specific connection the db command from a specific text.

C1D365SDataAdapter(string, string)

Creates an instance of the C1D365SDataAdapter class, for executing over a connection specified by a connection string, the db command from a specific text.

Methods

Name Description
AddToBatch(IDbCommand)

Invoked for every row affected based on the current records in DataTable. It got called the same amount of times as the value of UpdateBatchSize.