[]
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 C1SnowflakeDataAdapter : C1DataAdapterBase<C1SnowflakeCommand>, IComponent, IDisposable, ICloneable, IDbDataAdapter, IDataAdapter
Name | Description |
---|---|
C1SnowflakeDataAdapter() | Initializes a new instance of the C1SnowflakeDataAdapter class. |
C1SnowflakeDataAdapter(C1SnowflakeCommand) | Initializes a new instance of the C1SnowflakeDataAdapter class with a select command. |
C1SnowflakeDataAdapter(C1SnowflakeConnection, string) | Initializes a new instance of the C1SnowflakeDataAdapter class a conection and a select command text. |
C1SnowflakeDataAdapter(string, string) | Initializes a new instance of the C1SnowflakeDataAdapter class with a conection string and a select command text. |
Name | Description |
---|---|
InitializeBatching() | Initialize Batching operation. Only get invoked when UpdateBatchSize > 1. |