MySqlSimpleRoleProvider.GetAllRoles Method

MySQL Connector/Net

MySqlSimpleRoleProviderGetAllRoles Method

Namespace: MySql.Web.Security
Assembly: MySql.Web (in MySql.Web.dll) Version: 6.9.9
Syntax
public override string[] GetAllRoles()
Public Overrides Function GetAllRoles As String()
public:
virtual array<String^>^ GetAllRoles() override
abstract GetAllRoles : unit -> string[] 
override GetAllRoles : unit -> string[] 

Return Value

Type: String
See Also