Datasnap.DSHTTPCommon.TDSServiceResponseHandler.AddCommand
| [–] Properties | |
|---|---|
| Type: procedure function
| |
| Visibility: public | |
| Source: Datasnap.DSHTTPCommon.pas Datasnap.DSHTTPCommon.hpp
| |
| Unit: Datasnap.DSHTTPCommon | |
| Parent: TDSServiceResponseHandler | |
Delphi
procedure AddCommand(Command: TDBXCommand; DBXConnection: TDBXConnection); override;
C++
virtual void __fastcall AddCommand(Data::Dbxcommon::TDBXCommand* Command, Data::Dbxcommon::TDBXConnection* DBXConnection);
Description
Adds a TDBXCommand for this handler to use when populating the response.
AddCommand adds a TDBXCommand for this handler to use when populating the response. Multiple commands will exist if a batch execution was done instead of a single AddCommand invocation. This assumes ownership of the commands.