dotConnect for QuickBooks Online Documentation
Devart.Data.QuickBooks Namespace / QuickBooksDataAdapter Class / UpdateCommand Property

UpdateCommand Property
Gets or sets a QuickBooks Online statement used to update records in the data source.
Syntax
'Declaration
 
Public Shadows Property UpdateCommand As QuickBooksCommand
 

Property Value

A QuickBooksCommand 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 QuickBooksCommandBuilder 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 QuickBooksDataAdapter. For more information see "Automatically Generated Commands" in the Microsoft .NET Framework SDK documentation.

Note: If execution of this command returns rows, these rows may be merged with the System.Data.DataSet depending upon how you set the Devart.Common.DbCommandBase.UpdatedRowSource property of the QuickBooksCommand object.

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