FireDAC.Comp.Client.TFDAdaptedDataSet.GetResults

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type:
procedure
function
Visibility: public
Source:
FireDAC.Comp.Client.pas
FireDAC.Comp.Client.hpp
Unit: FireDAC.Comp.Client
Parent: TFDAdaptedDataSet

Delphi

procedure GetResults;

C++

void __fastcall GetResults();

Description

Forces the DBMS to return the values of the output parameter.

Use GetResults to force the DBMS to return the values of the output parameter. This method is optional in most cases, because FireDAC receives the values of the output parameter automatically. Although, when the command has few active not yet processed result sets, and you do not plan to use these result sets, but going to get output parameter values, then depending on the DBMS, you may need to call first the GetResults method.

See Also