Datasnap.DSHTTPCommon.TDSCacheResultCommandHandler.GetParameterCount
[–] Properties | |
---|---|
Type: function | |
Visibility: public | |
Source: Datasnap.DSHTTPCommon.pas Datasnap.DSHTTPCommon.hpp
| |
Unit: Datasnap.DSHTTPCommon | |
Parent: TDSCacheResultCommandHandler |
Delphi
function GetParameterCount(Index: Integer): Integer; override;
C++
virtual int __fastcall GetParameterCount(int Index);
Description
Returns the number of parameters handled by the given command.
The GetParameterCount method returns the number of parameters handled by the given command. Note that the command is specified through its index.