'Declaration
Public Shadows Property UpdateCommand As ZohoDeskCommand
Property Value
A ZohoDeskCommand used during an update operation to update records in the data source that correspond to modified rows in the System.Data.DataSet.
Remarks
During an update operation, if UpdateCommand is not set and primary key information is present in the System.Data.DataSet, you can use the ZohoDeskCommandBuilder class to automatically generate UpdateCommand, 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.