[]
        
(Showing Draft Content)

C1.AdoNet.Json.C1JsonDataAdapter

C1JsonDataAdapter 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.Json
Assembly: C1.AdoNet.Json.dll
Syntax
public sealed class C1JsonDataAdapter : C1DataAdapterBase<C1JsonCommand>, IComponent, IDisposable, ICloneable, IDbDataAdapter, IDataAdapter

Constructors

Name Description
C1JsonDataAdapter()

Initializes a new instance of the C1JsonDataAdapter class.

C1JsonDataAdapter(C1JsonCommand)

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

C1JsonDataAdapter(C1JsonConnection, string)

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

C1JsonDataAdapter(string, string)

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