Data.SqlExpr.TSQLConnection.GetLoginUsername

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetLoginUsername: string;

C++

System::UnicodeString __fastcall GetLoginUsername();

Properties

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

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