Data.SqlExpr.TSQLConnection.GetLoginUsername
| [–] Properties | |
|---|---|
| Type: function | |
| Visibility: public | |
| Source: Data.SqlExpr.pas Data.SqlExpr.hpp
| |
| Unit: Data.SqlExpr | |
| Parent: TSQLConnection | |
Delphi
function GetLoginUsername: string;
C++
System::UnicodeString __fastcall GetLoginUsername();
Description
Returns the user name logged in on the current connection.
The GetLoginUsername method returns the user name logged in on the current connection.