[]
        
(Showing Draft Content)

C1.AdoNet.CSV.C1CSVCommand.SupportDelete

SupportDelete Method

SupportDelete(DeleteStatement)

To check whether or not deleteStmt can be executed directly on the CSV server.

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

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

Overrides