







|
| MySQL Connector/Net |
| MySQLRoleProvider..::.GetAllRoles Method |
| MySQLRoleProvider Class See Also Send Feedback |
Gets a list of all the roles for the configured applicationName.
Namespace:
MySql.Web.Security
Assembly:
MySql.Web (in MySql.Web.dll) Version: 6.2.2.0
Syntax
| C# |
|---|
public override string[] GetAllRoles() |
| Visual Basic (Declaration) |
|---|
Public Overrides Function GetAllRoles As String() |
| Visual C++ |
|---|
public: virtual array<String^>^ GetAllRoles() override |
