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

In This Topic
    C1CSVCommand Constructor(C1CSVConnection)
    In This Topic
    Create a C1CSVCommand instance with a connection.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal connection As C1CSVConnection _
    )
    public C1CSVCommand( 
       C1CSVConnection connection
    )

    Parameters

    connection
    See Also