Data.SqlExpr.TSQLConnection.GetLoginUsername

From RAD Studio API Documentation

[–] 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.

See Also