[]
        
(Showing Draft Content)

C1.AdoNet.Json.C1JsonCommandBuilder

C1JsonCommandBuilder 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.Json
Assembly: C1.AdoNet.Json.dll
Syntax
public sealed class C1JsonCommandBuilder : C1CommandBuilderBase<C1JsonCommandBuilder>, IComponent, IDisposable

Constructors

Name Description
C1JsonCommandBuilder()

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

C1JsonCommandBuilder(C1JsonDataAdapter)

Initializes a new instance of a class that inherits from the C1JsonCommandBuilder class receive a C1JsonDataAdapter as input parameter.