DataConnector | ComponentOne
C1.AdoNet.Json Assembly / C1.AdoNet.Json Namespace / C1JsonCommand Class / SupportUpdate Method

In This Topic
    SupportUpdate Method (C1JsonCommand)
    In This Topic
    To check whether or not updateStatement can be executed directly on the Json 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 updateStatement can be executed directly on the Json server.
    See Also