Datasnap.DSHTTPCommon.TDSCommandComplexParams.AddParameter
[–] Properties | |
---|---|
Type: function | |
Visibility: public | |
Source: Datasnap.DSHTTPCommon.pas Datasnap.DSHTTPCommon.hpp
| |
Unit: Datasnap.DSHTTPCommon | |
Parent: TDSCommandComplexParams |
Delphi
function AddParameter(Parameter: TDBXParameter): Integer;
C++
int __fastcall AddParameter(Data::Dbxcommon::TDBXParameter* Parameter);
Description
Adds the given DBX parameter and returns the total number of parameters.
The AddParameter method adds the given DBX parameter and returns the total number of parameters. The method is for internal use only.