FireDAC.Comp.Client.TFDCustomConnection.ResultConnectionDef

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: property
Visibility: public
Source:
FireDAC.Comp.Client.pas
FireDAC.Comp.Client.hpp
Unit: FireDAC.Comp.Client
Parent: TFDCustomConnection

Delphi

property ResultConnectionDef: IFDStanConnectionDef read FParams;

C++

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

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