DataConnector | ComponentOne
C1.AdoNet.D365S Assembly / C1.AdoNet.D365S Namespace / C1D365SCommandBuilder Class / C1D365SCommandBuilder Constructor / C1D365SCommandBuilder Constructor(C1D365SDataAdapter)

In This Topic
    C1D365SCommandBuilder Constructor(C1D365SDataAdapter)
    In This Topic
    Creates an instance of a class that inherits from the C1D365SCommandBuilder class, specifying a C1D365SDataAdapter to be executed through.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal adapter As C1D365SDataAdapter _
    )
    public C1D365SCommandBuilder( 
       C1D365SDataAdapter adapter
    )

    Parameters

    adapter
    See Also