|
| MySQL Connector/Net |
| MySQLMembershipProvider..::..GetUserNameByEmail Method |
| MySQLMembershipProvider Class See Also Send Feedback |
|
Gets the user name associated with the specified e-mail address.
Namespace: MySql.Web.Security
Assembly: MySql.Web (in MySql.Web.dll) Version: 6.8.4.0
Syntax
| C# |
|---|
public override string GetUserNameByEmail( string email ) |
| Visual Basic |
|---|
Public Overrides Function GetUserNameByEmail ( _ email As String _ ) As String |
| Visual C++ |
|---|
public: virtual String^ GetUserNameByEmail( String^ email ) override |
Parameters
- Type: System..::..String
The e-mail address to search for.