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

In This Topic
    C1ServiceNowCommandBuilder Constructor(C1ServiceNowDataAdapter)
    In This Topic
    Initializes a new instance of a class that inherits from the C1ServiceNowCommandBuilder class receive a C1ServiceNowDataAdapter as input parameter.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal adapter As C1ServiceNowDataAdapter _
    )
    public C1ServiceNowCommandBuilder( 
       C1ServiceNowDataAdapter adapter
    )

    Parameters

    adapter
    See Also