dotConnect for Zoho Desk Documentation
Devart.Data.ZohoDesk Namespace / ZohoDeskCommandBuilder Class / DataAdapter Property

In This Topic
    DataAdapter Property
    In This Topic
    Gets or sets a ZohoDeskDataAdapter object for which this ZohoDeskCommandBuilder object will generate SQL statements.
    Syntax
    'Declaration
     
    Public Shadows Property DataAdapter As ZohoDeskDataAdapter
    public new ZohoDeskDataAdapter DataAdapter {get; set;}

    Property Value

    A ZohoDeskDataAdapter object that is associated with this ZohoDeskCommandBuilder.
    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