[]
        
(Showing Draft Content)

C1.AdoNet.CSV.C1CSVCommand.-ctor

C1CSVCommand Constructor

C1CSVCommand()

Create a C1CSVCommand instance.

Declaration
public C1CSVCommand()

C1CSVCommand(C1CSVConnection)

Create a C1CSVCommand instance with a connection.

Declaration
public C1CSVCommand(C1CSVConnection connection)
Parameters
Type Name Description
C1CSVConnection connection

C1CSVCommand(C1CSVConnection, string)

Create a C1CSVCommand instance with a connection and a command text.

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