[]
        
(Showing Draft Content)

C1.AdoNet.QuickBooksOnline.C1QuickBooksOnlineCommand.SupportUpdate

SupportUpdate Method

SupportUpdate(UpdateStatement)

To check whether or not updateStmt can be executed directly on the QuickBooksOnline server.

Declaration
protected override bool SupportUpdate(UpdateStatement updateStmt)
Parameters
Type Name Description
UpdateStatement updateStmt
Returns
Type Description
bool

A boolean indicating if the updateStmt can be executed directly on the QuickBooksOnline server.

Overrides