dotConnect for Zoho Desk Documentation
Devart.Data.ZohoDesk Namespace / ZohoDeskCommandBuilder Class / ZohoDeskCommandBuilder Constructor / ZohoDeskCommandBuilder Constructor(ZohoDeskDataAdapter)

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

    Parameters

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

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

    See Also