[]
        
(Showing Draft Content)

C1.AdoNet.Json.C1JsonCommandBuilder.-ctor

C1JsonCommandBuilder Constructor

C1JsonCommandBuilder()

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

Declaration
public C1JsonCommandBuilder()
Public Sub New()

C1JsonCommandBuilder(C1JsonDataAdapter)

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

Declaration
public C1JsonCommandBuilder(C1JsonDataAdapter adapter)
Public Sub New(adapter As C1JsonDataAdapter)
Parameters
Type Name Description
C1JsonDataAdapter adapter