Data.SqlExpr.TConnectionData.ConnectionName
[–] Properties | |
---|---|
Type: property | |
Visibility: published | |
Source: Data.SqlExpr.pas Data.SqlExpr.hpp
| |
Unit: Data.SqlExpr | |
Parent: TConnectionData |
Delphi
property ConnectionName: string read GetConnectionName write SetConnectionName;
C++
__property System::UnicodeString ConnectionName = {read=GetConnectionName, write=SetConnectionName};
Description
Specifies the name of the connection.
Use the ConnectionName property to get or set the name of the current SQL connection.