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.

    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also