[]
        
(Showing Draft Content)

C1.AdoNet.Kintone.C1KintoneDataAdapter.-ctor

C1KintoneDataAdapter Constructor

C1KintoneDataAdapter()

Initializes a new instance of the C1KintoneDataAdapter class.

Declaration
public C1KintoneDataAdapter()

C1KintoneDataAdapter(C1KintoneCommand)

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

Declaration
public C1KintoneDataAdapter(C1KintoneCommand command)
Parameters
Type Name Description
C1KintoneCommand command

C1KintoneDataAdapter(C1KintoneConnection, string)

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

Declaration
public C1KintoneDataAdapter(C1KintoneConnection connection, string commandText)
Parameters
Type Name Description
C1KintoneConnection connection
string commandText

C1KintoneDataAdapter(string, string)

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

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