[]
        
(Showing Draft Content)

C1.AdoNet.Kintone.C1KintoneDataAdapter

C1KintoneDataAdapter Class

Represents a set of data commands and a connection to a data source that are used to fill the DataSet and update the data source. This class cannot be inherited.

Namespace: C1.AdoNet.Kintone
Assembly: C1.AdoNet.Kintone.dll
Syntax
public sealed class C1KintoneDataAdapter : C1DataAdapterBase<C1KintoneCommand>, IComponent, IDisposable, ICloneable, IDbDataAdapter, IDataAdapter

Constructors

Name Description
C1KintoneDataAdapter()

Initializes a new instance of the C1KintoneDataAdapter class.

C1KintoneDataAdapter(C1KintoneCommand)

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

C1KintoneDataAdapter(C1KintoneConnection, string)

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

C1KintoneDataAdapter(string, string)

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