Data.DBXCommon.TDBXMorphicCommand.ExecuteUpdate

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type:
procedure
function
Visibility: public
Source:
Data.DBXCommon.pas
Data.DBXCommon.hpp
Unit: Data.DBXCommon
Parent: TDBXMorphicCommand

Delphi

procedure ExecuteUpdate; override;

C++

virtual void __fastcall ExecuteUpdate();

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.