[]
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.
public sealed class C1D365SDataAdapter : C1DataAdapterBase<C1D365SCommand>, IComponent, IDisposable, ICloneable, IDbDataAdapter, IDataAdapter
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. |
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. |