[]
        
(Showing Draft Content)

C1.AdoNet.Snowflake.C1SnowflakeDataAdapter

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

Constructors

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.

Methods

Name Description
InitializeBatching()

Initialize Batching operation. Only get invoked when UpdateBatchSize > 1.