dotConnect for SugarCRM Documentation
Devart.Data.Sugar Namespace / SugarCommandBuilder Class / SugarCommandBuilder Constructor / SugarCommandBuilder Constructor(SugarDataAdapter)

In This Topic
    SugarCommandBuilder Constructor(SugarDataAdapter)
    In This Topic
    Initializes a new instance of the SugarCommandBuilder class with the associated SugarDataAdapter object.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal adapter As SugarDataAdapter _
    )
    public SugarCommandBuilder( 
       SugarDataAdapter adapter
    )

    Parameters

    adapter
    Remarks
    The SugarCommandBuilder registers itself as a listener for SugarDataAdapter.RowUpdating events that are generated by the SugarDataAdapter specified in this property.

    When you create a new instance of SugarCommandBuilder, any existing SugarCommandBuilder associated with this SugarDataAdapter is released.

    See Also