DataConnector | ComponentOne
C1.AdoNet.ServiceNow Assembly / C1.AdoNet.ServiceNow Namespace / C1ServiceNowDataAdapter Class / C1ServiceNowDataAdapter Constructor / C1ServiceNowDataAdapter Constructor(C1ServiceNowConnection,String)

In This Topic
    C1ServiceNowDataAdapter Constructor(C1ServiceNowConnection,String)
    In This Topic
    Initializes a new instance of the C1ServiceNowDataAdapter class a conection and a select command text.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal connection As C1ServiceNowConnection, _
       ByVal commandText As String _
    )
    public C1ServiceNowDataAdapter( 
       C1ServiceNowConnection connection,
       string commandText
    )

    Parameters

    connection
    commandText
    See Also