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

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

    Parameters

    command
    See Also