[]
        
(Showing Draft Content)

C1.AdoNet.Json.C1JsonDataAdapter.-ctor

C1JsonDataAdapter Constructor

C1JsonDataAdapter()

Initializes a new instance of the C1JsonDataAdapter class.

Declaration
public C1JsonDataAdapter()

C1JsonDataAdapter(C1JsonCommand)

Initializes a new instance of the C1JsonDataAdapter class with a select command.

Declaration
public C1JsonDataAdapter(C1JsonCommand command)
Parameters
Type Name Description
C1JsonCommand command

C1JsonDataAdapter(C1JsonConnection, string)

Initializes a new instance of the C1JsonDataAdapter class a conection and a select command text.

Declaration
public C1JsonDataAdapter(C1JsonConnection connection, string commandText)
Parameters
Type Name Description
C1JsonConnection connection
string commandText

C1JsonDataAdapter(string, string)

Initializes a new instance of the C1JsonDataAdapter class with a conection string and a select command text.

Declaration
public C1JsonDataAdapter(string connectionString, string commandText)
Parameters
Type Name Description
string connectionString
string commandText