Datasnap.DSConnect.TDSProviderConnection.GetCommandObject

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: function
Visibility: protected
Source:
Datasnap.DSConnect.pas
Datasnap.DSConnect.hpp
Unit: Datasnap.DSConnect
Parent: TDSProviderConnection

Delphi

function GetCommandObject(const ProcedureName: string): TDBXCommand;

C++

Data::Dbxcommon::TDBXCommand* __fastcall GetCommandObject(const System::UnicodeString ProcedureName);

Description

Returns DBX command information based on the given ProcedureName.

The GetCommandObject method is used to return DBX command information based on the given ProcedureName. The result DBX command's text is formatted as ServerClassName.ProcedureName.

See Also