[]
        
(Showing Draft Content)

C1.AdoNet.OData.C1ODataCommand.SupportDelete

SupportDelete Method

SupportDelete(DeleteStatement)

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

Declaration
protected override bool SupportDelete(DeleteStatement deleteStatement)
Parameters
Type Name Description
DeleteStatement deleteStatement
Returns
Type Description
bool

A boolean indicating if the passed deleteStatement can be executed.

Overrides