MySqlWebSecurity.IsCurrentUser Method
From MySQL Connector/Net
MySQL Connector/Net
| MySqlWebSecurityIsCurrentUser Method |
Namespace: MySql.Web.Security
Assembly: MySql.Web (in MySql.Web.dll) Version: 6.9.9
public static bool IsCurrentUser( string userName )
Public Shared Function IsCurrentUser ( userName As String ) As Boolean
public: static bool IsCurrentUser( String^ userName )
static member IsCurrentUser : userName : string -> bool
Parameters
- userName
- Type: SystemString