[]
        
(Showing Draft Content)

C1.AdoNet.CSV.C1CSVCommand.SupportUpdate

SupportUpdate Method

SupportUpdate(UpdateStatement)

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

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

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

Overrides