Data.SqlExpr.TConnectionData.ConnectionName

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ConnectionName: string read GetConnectionName write SetConnectionName;

C++

__property System::UnicodeString ConnectionName = {read=GetConnectionName, write=SetConnectionName};

Properties

Type Visibility Source Unit Parent
property published
Data.SqlExpr.pas
Data.SqlExpr.hpp
Data.SqlExpr TConnectionData

Description

Specifies the name of the connection.

Use the ConnectionName property to get or set the name of the current SQL connection.

See Also