Open main menu

RAD Studio API Documentation β

FireDAC.Comp.Client.TFDCustomConnection.ResultConnectionDef

Delphi

property ResultConnectionDef: IFDStanConnectionDef read FParams;

C++

__property Firedac::Stan::Intf::_di_IFDStanConnectionDef ResultConnectionDef = {read=FParams};

Properties

Type Visibility Source Unit Parent
property public
FireDAC.Comp.Client.pas
FireDAC.Comp.Client.hpp
FireDAC.Comp.Client TFDCustomConnection

Description

The actual connection definition used to establish the connection to a DBMS.

The ResultConnectionDef property returns the reference to the resulting connection definition used by the connection object. It represents the original connection definition specified by ConnectionDefName (if it is specified), overridden by the Params connection parameters.

See Also