Returns the name of the current user.
[DbFunctionAttribute("SqlServer", "CURRENT_USER")] public static string CurrentUser()
The name of the current user.
SqlFunctions ClassSystem.Data.Entity.SqlServer Namespace