[]
        
(Showing Draft Content)

C1.DataConnector.AdoNet.C1CommandBase.SupportDelete

SupportDelete Method

SupportDelete(DeleteStatement)

Virtual method to check whether or not deleteStatement can be executed directly on the server pointed by the connection used by this command.

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

The insert statement.

Returns
Type Description
bool

A boolean indicating if deleteStatement can be executed directly on the server.