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

In This Topic
    C1CSVDataAdapter Constructor(C1CSVConnection,String)
    In This Topic
    Initializes a new instance of the C1CSVDataAdapter class a conection and a select command text.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal connection As C1CSVConnection, _
       ByVal commandText As String _
    )
    public C1CSVDataAdapter( 
       C1CSVConnection connection,
       string commandText
    )

    Parameters

    connection
    commandText
    See Also