Data.DBXCommon.TDBXCommand.ExecuteUpdate
[–] Properties | |
---|---|
Type: procedure function
| |
Visibility: public | |
Source: Data.DBXCommon.pas Data.DBXCommon.hpp
| |
Unit: Data.DBXCommon | |
Parent: TDBXCommand |
Delphi
procedure ExecuteUpdate; virtual;
C++
virtual void __fastcall ExecuteUpdate();
Description
Executes an update command
This method executes a command that performs an update operation.