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.

    See Also