[]
        
(Showing Draft Content)

C1.AdoNet.Snowflake.C1SnowflakeCommandBuilder

C1SnowflakeCommandBuilder Class

Automatically generates single-table commands used to reconcile changes made to a DataSet with the associated database. This is an abstract class that can only be inherited.

Implements
Namespace: C1.AdoNet.Snowflake
Assembly: C1.AdoNet.Snowflake.dll
Syntax
public sealed class C1SnowflakeCommandBuilder : C1CommandBuilderBase<C1SnowflakeCommandBuilder>, IComponent, IDisposable

Constructors

Name Description
C1SnowflakeCommandBuilder()

Initializes a new instance of a class that inherits from the C1SnowflakeCommandBuilder class.

C1SnowflakeCommandBuilder(C1SnowflakeDataAdapter)

Initializes a new instance of a class that inherits from the C1SnowflakeCommandBuilder class receive a C1SnowflakeDataAdapter as input parameter.