Datasnap.DSHTTPCommon.TDSServiceResponseHandler.GetResultCount
| [–] Properties | |
|---|---|
| Type: function | |
| Visibility: protected | |
| Source: Datasnap.DSHTTPCommon.pas Datasnap.DSHTTPCommon.hpp
| |
| Unit: Datasnap.DSHTTPCommon | |
| Parent: TDSServiceResponseHandler | |
Delphi
function GetResultCount: Integer; virtual;
C++
virtual int __fastcall GetResultCount();
Description
Returns the number of output parameters and/or errors.
The GetResultCount protected virtual method returns the number of output parameters and/or errors combined in all of the managed commands.