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

In This Topic
    C1JsonCommand Constructor(C1JsonConnection)
    In This Topic
    Create a C1JsonCommand instance with a connection.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal connection As C1JsonConnection _
    )
    public C1JsonCommand( 
       C1JsonConnection connection
    )

    Parameters

    connection
    See Also