[]
        
(Showing Draft Content)

C1.DataConnector.AdoNet.C1CommandBuilderBase-1

C1CommandBuilderBase<TCommandBuilderImpl> 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.DataConnector.AdoNet
Assembly: C1.AdoNet.Kintone.dll
Syntax
public abstract class C1CommandBuilderBase<TCommandBuilderImpl> : C1CommandBuilderBase, IComponent, IDisposable
Type Parameters
Name Description
TCommandBuilderImpl

Constructors

Name Description
C1CommandBuilderBase()

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

C1CommandBuilderBase(C1DataAdapterBase)

Initializes a new instance of a class that inherits from the C1CommandBuilderBase class receive a C1DataAdapterBase as input parameter.