DataConnector | ComponentOne
C1.AdoNet.Json Assembly / C1.DataConnector.AdoNet Namespace / C1CommandBase Class / SupportUpdate Method
The insert statement.

In This Topic
    SupportUpdate Method (C1CommandBase)
    In This Topic
    Virtual method to check whether or not updateStatement can be executed directly on the server pointed by the connection used by this command.
    Syntax
    'Declaration
     
    Protected Overridable Function SupportUpdate( _
       ByVal updateStatement As UpdateStatement _
    ) As Boolean
    protected virtual bool SupportUpdate( 
       UpdateStatement updateStatement
    )

    Parameters

    updateStatement
    The insert statement.

    Return Value

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