DataConnector | ComponentOne
C1.AdoNet.ServiceNow Assembly / C1.AdoNet.ServiceNow Namespace / C1ServiceNowCommand Class / C1ServiceNowCommand Constructor / C1ServiceNowCommand Constructor(C1ServiceNowConnection)

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

    Parameters

    connection
    See Also