Data.SqlExpr.TSQLConnection.ConnectionData

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ConnectionData: TConnectionData read FConnectionData;

C++

__property TConnectionData* ConnectionData = {read=FConnectionData};

Properties

Type Visibility Source Unit Parent
property public
Data.SqlExpr.pas
Data.SqlExpr.hpp
Data.SqlExpr TSQLConnection

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