DataConnector | ComponentOne
C1.AdoNet.Kintone Assembly / C1.AdoNet.Kintone Namespace / C1KintoneDataAdapter Class / C1KintoneDataAdapter Constructor / C1KintoneDataAdapter Constructor(C1KintoneCommand)

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

    Parameters

    command
    See Also