DataConnector | ComponentOne
C1.AdoNet.QuickBooksOnline Assembly / C1.AdoNet.QuickBooksOnline Namespace / C1QuickBooksOnlineCommand Class / SupportUpdate Method

In This Topic
    SupportUpdate Method (C1QuickBooksOnlineCommand)
    In This Topic
    To check whether or not updateStmt can be executed directly on the QuickBooksOnline server.
    Syntax
    'Declaration
     
    Protected Overrides NotOverridable Function SupportUpdate( _
       ByVal updateStmt As UpdateStatement _
    ) As Boolean
    protected override bool SupportUpdate( 
       UpdateStatement updateStmt
    )

    Parameters

    updateStmt

    Return Value

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