DataConnector | ComponentOne
C1.AdoNet.Json Assembly / C1.AdoNet.Json Namespace / C1JsonDataAdapter Class / C1JsonDataAdapter Constructor / C1JsonDataAdapter Constructor(C1JsonCommand)

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

    Parameters

    command
    See Also