FireDAC.Comp.Client.TFDAdaptedDataSet.GetResults

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure GetResults;

C++

void __fastcall GetResults();

Properties

Type Visibility Source Unit Parent
procedure
function
public
FireDAC.Comp.Client.pas
FireDAC.Comp.Client.hpp
FireDAC.Comp.Client TFDAdaptedDataSet

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