[]
        
(Showing Draft Content)

C1.DataConnector.AdoNet.C1CommandBase.SupportUpdate

SupportUpdate Method

SupportUpdate(UpdateStatement)

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

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

The insert statement.

Returns
Type Description
bool

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