Data.DBXCommon.TDBXMorphicCommand.ExecuteUpdate

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure ExecuteUpdate; override;

C++

virtual void __fastcall ExecuteUpdate();

Properties

Type Visibility Source Unit Parent
procedure
function
public
Data.DBXCommon.pas
Data.DBXCommon.hpp
Data.DBXCommon TDBXMorphicCommand

Description

Executes an update command

Data.DBXCommon.TDBXMorphicCommand.ExecuteUpdate inherits from Data.DBXCommon.TDBXCommand.ExecuteUpdate. All content below this line refers to Data.DBXCommon.TDBXCommand.ExecuteUpdate.

Executes an update command

This method executes a command that performs an update operation.