DataConnector | ComponentOne
C1.AdoNet.Kintone Assembly / C1.AdoNet.Kintone Namespace / C1KintoneDataAdapter Class / C1KintoneDataAdapter Constructor / C1KintoneDataAdapter Constructor(C1KintoneConnection,String)

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

    Parameters

    connection
    commandText
    See Also