[]
        
(Showing Draft Content)

C1.AdoNet.CSV.C1CSVDataAdapter

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

Constructors

Name Description
C1CSVDataAdapter()

Initializes a new instance of the C1CSVDataAdapter class.

C1CSVDataAdapter(C1CSVCommand)

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

C1CSVDataAdapter(C1CSVConnection, string)

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

C1CSVDataAdapter(string, string)

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