DataConnector | ComponentOne
C1.AdoNet.OData Assembly / C1.AdoNet.OData Namespace / C1ODataCommand Class / SupportUpdate Method

In This Topic
    SupportUpdate Method (C1ODataCommand)
    In This Topic
    Checks whether the passed updateStatement can or cannot be executed on the server.
    Syntax
    'Declaration
     
    Protected Overrides NotOverridable Function SupportUpdate( _
       ByVal updateStatement As UpdateStatement _
    ) As Boolean
    protected override bool SupportUpdate( 
       UpdateStatement updateStatement
    )

    Parameters

    updateStatement

    Return Value

    A boolean indicating if the passed updateStatement can be executed.
    See Also