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

In This Topic
    C1CSVCommand Constructor(C1CSVConnection,String)
    In This Topic
    Create a C1CSVCommand instance with a connection and a command text.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal connection As C1CSVConnection, _
       ByVal commandText As String _
    )
    public C1CSVCommand( 
       C1CSVConnection connection,
       string commandText
    )

    Parameters

    connection
    commandText
    See Also