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

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