[]
        
(Showing Draft Content)

C1.AdoNet.OData.C1ODataCommand.SupportUpdate

SupportUpdate Method

SupportUpdate(UpdateStatement)

Checks whether the passed updateStatement can or cannot be executed on the server.

Declaration
protected override bool SupportUpdate(UpdateStatement updateStatement)
Parameters
Type Name Description
UpdateStatement updateStatement
Returns
Type Description
bool

A boolean indicating if the passed updateStatement can be executed.

Overrides