[]
        
(Showing Draft Content)

C1.AdoNet.CSV.C1CSVCommandBuilder.-ctor

C1CSVCommandBuilder Constructor

C1CSVCommandBuilder()

Initializes a new instance of a class that inherits from the C1CSVCommandBuilder class.

Declaration
public C1CSVCommandBuilder()
Public Sub New()

C1CSVCommandBuilder(C1CSVDataAdapter)

Initializes a new instance of a class that inherits from the C1CSVCommandBuilder class receive a C1CSVDataAdapter as input parameter.

Declaration
public C1CSVCommandBuilder(C1CSVDataAdapter adapter)
Public Sub New(adapter As C1CSVDataAdapter)
Parameters
Type Name Description
C1CSVDataAdapter adapter