GetAllRoles Method

MySQL Connector.Net

Collapse image Expand Image Copy image CopyHover image
Gets a list of all the roles for the configured applicationName.

Namespace: MySql.Web.Security
Assembly: MySql.Web (in MySql.Web.dll) Version: 6.8.4.0

Syntax

C#
public override string[] GetAllRoles()
Visual Basic
Public Overrides Function GetAllRoles As String()
Visual C++
public:
virtual array<String^>^ GetAllRoles() override

Return Value

A string array containing the names of all the roles stored in the data source for the configured applicationName.

See Also