DataConnector | ComponentOne
C1.AdoNet.CSV Assembly / C1.AdoNet.CSV Namespace / C1CSVDataAdapter Class / C1CSVDataAdapter Constructor / C1CSVDataAdapter Constructor(C1CSVCommand)

In This Topic
    C1CSVDataAdapter Constructor(C1CSVCommand)
    In This Topic
    Initializes a new instance of the C1CSVDataAdapter class with a select command.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal command As C1CSVCommand _
    )
    public C1CSVDataAdapter( 
       C1CSVCommand command
    )

    Parameters

    command
    See Also