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

In This Topic
    C1JsonCommand Constructor(C1JsonConnection,String)
    In This Topic
    Create a C1JsonCommand instance with a connection and a command text.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal connection As C1JsonConnection, _
       ByVal commandText As String _
    )
    public C1JsonCommand( 
       C1JsonConnection connection,
       string commandText
    )

    Parameters

    connection
    commandText
    See Also