Mimer SQL Data Provider
CurrentUser Property




Mimer.Data.Client Namespace > MimerConnection Class : CurrentUser Property
Gets the currently logged in UserId.
Syntax
'Declaration
 
Public ReadOnly Property CurrentUser As String
public string CurrentUser {get;}
public read-only property CurrentUser: String; 
public function get CurrentUser : String
public: __property string* get_CurrentUser();

Property Value

The current user, an empty string if unknown, or null if not logged in.
Remarks
When using OS_USER login, it depends on the target system, if the current username can be returned or not. If not an empty string is returned.
Requirements

.NET Framework
Version 2.0 or later

See Also

Reference

MimerConnection Class
MimerConnection Members