MySQLRoleProvider.GetRolesForUser Method
From MySQL Connector/Net
MySQL Connector/Net
| MySQLRoleProviderGetRolesForUser Method |
Namespace: MySql.Web.Security
Assembly: MySql.Web (in MySql.Web.dll) Version: 6.9.9
public override string[] GetRolesForUser( string username )
Public Overrides Function GetRolesForUser ( username As String ) As String()
public: virtual array<String^>^ GetRolesForUser( String^ username ) override
abstract GetRolesForUser : username : string -> string[] override GetRolesForUser : username : string -> string[]
Parameters
- username
- Type: SystemString