[]
        
(Showing Draft Content)

C1.AdoNet.CSV.C1CSVDataAdapter.-ctor

C1CSVDataAdapter Constructor

C1CSVDataAdapter()

Initializes a new instance of the C1CSVDataAdapter class.

Declaration
public C1CSVDataAdapter()

C1CSVDataAdapter(C1CSVCommand)

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

Declaration
public C1CSVDataAdapter(C1CSVCommand command)
Parameters
Type Name Description
C1CSVCommand command

C1CSVDataAdapter(C1CSVConnection, string)

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

Declaration
public C1CSVDataAdapter(C1CSVConnection connection, string commandText)
Parameters
Type Name Description
C1CSVConnection connection
string commandText

C1CSVDataAdapter(string, string)

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

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