[]
        
(Showing Draft Content)

C1.AdoNet.QuickBooksOnline.C1QuickBooksOnlineCommand.SupportDelete

SupportDelete Method

SupportDelete(DeleteStatement)

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

Declaration
protected override bool SupportDelete(DeleteStatement deleteStmt)
Parameters
Type Name Description
DeleteStatement deleteStmt
Returns
Type Description
bool

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

Overrides