MySqlWebSecurity.UserExists Method

MySQL Connector/Net

MySqlWebSecurityUserExists Method

Namespace: MySql.Web.Security
Assembly: MySql.Web (in MySql.Web.dll) Version: 6.9.9
Syntax
public static bool UserExists(
	string username
)
Public Shared Function UserExists ( 
	username As String
) As Boolean
public:
static bool UserExists(
	String^ username
)
static member UserExists : 
        username : string -> bool 

Parameters

username
Type: SystemString

Return Value

Type: Boolean
See Also