dotConnect for Zoho Desk Documentation
Devart.Data.ZohoDesk Namespace / ZohoDeskDataAdapter Class / DeleteCommand Property

In This Topic
    DeleteCommand Property
    In This Topic
    Gets or sets a Zoho Desk statement to delete records from the data set.
    Syntax
    'Declaration
     
    Public Shadows Property DeleteCommand As ZohoDeskCommand
    public new ZohoDeskCommand DeleteCommand {get; set;}

    Property Value

    A ZohoDeskCommand used during an update operation to delete records in Zoho Desk that correspond to deleted rows in the System.Data.DataSet.
    Remarks
    During an update operation, if DeleteCommand is not set and primary key information is present in the System.Data.DataSet, you can use the ZohoDeskCommandBuilder class to automatically generate the DeleteCommand, and additional commands needed to reconcile the System.Data.DataSet to the data source. To do this, set the SelectCommand property of the ZohoDeskDataAdapter. For more information see "Automatically Generated Commands" in the Microsoft .NET Framework SDK documentation.
    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