Datasnap.DSConnect.TDSProviderConnection.GetCommandObject
| [–] 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.