UpdateMyself()

Modify the currently logged-in user.

Parameters

Password

SQL_VARCHAR(1024)

The password of the currently logged-in user.

Email_Address

SQL_VARCHAR(1024)

The new email address to set for the user.

Display_Name

SQL_VARCHAR(1024)

The new display name to set for the user.

Returns

If the procedure fails, it throws an exception.

Otherwise, the procedure returns a table with a single row representing the currently logged-in user after the update.