Data.SqlExpr.TSQLConnection.ConnectionData

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: property
Visibility: public
Source:
Data.SqlExpr.pas
Data.SqlExpr.hpp
Unit: Data.SqlExpr
Parent: TSQLConnection

Delphi

property ConnectionData: TConnectionData read FConnectionData;

C++

__property TConnectionData* ConnectionData = {read=FConnectionData};

Description

Specifies the connection data information.

Read the ConnectionData property to obtain connection data information. Connection data information refers to the name of the connection, the name of the driver, connection properties, and other.

See Also