Datasnap.DSHTTPCommon.TDSServiceResponseHandler.AddCommand

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure AddCommand(Command: TDBXCommand; DBXConnection: TDBXConnection); override;

C++

virtual void __fastcall AddCommand(Data::Dbxcommon::TDBXCommand* Command, Data::Dbxcommon::TDBXConnection* DBXConnection);

Properties

Type Visibility Source Unit Parent
procedure
function
public
Datasnap.DSHTTPCommon.pas
Datasnap.DSHTTPCommon.hpp
Datasnap.DSHTTPCommon TDSServiceResponseHandler

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.

See Also