Data.DBXCommon.TResultCommandHandler.GetParameterCount

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: function
Visibility: public
Source:
Data.DBXCommon.pas
Data.DBXCommon.hpp
Unit: Data.DBXCommon
Parent: TResultCommandHandler

Delphi

function GetParameterCount(Index: Integer): Integer; virtual; abstract;

C++

virtual int __fastcall GetParameterCount(int Index) = 0 ;

Description

Returns the number of managed parameters.

GetParameterCount returns the number of managed parameters for the command at the given Index.

Note: These methods are abstract; you should use one of their descendent methods.

See Also