Datasnap.DSConnect.TDSProviderConnection.GetCommandObject

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetCommandObject(const ProcedureName: string): TDBXCommand;

C++

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

Properties

Type Visibility Source Unit Parent
function protected
Datasnap.DSConnect.pas
Datasnap.DSConnect.hpp
Datasnap.DSConnect TDSProviderConnection

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