MySqlSimpleRoleProvider.RoleExists Method

MySQL Connector/Net

MySqlSimpleRoleProviderRoleExists Method

Namespace: MySql.Web.Security
Assembly: MySql.Web (in MySql.Web.dll) Version: 6.9.9
Syntax
public override bool RoleExists(
	string roleName
)
Public Overrides Function RoleExists ( 
	roleName As String
) As Boolean
public:
virtual bool RoleExists(
	String^ roleName
) override
abstract RoleExists : 
        roleName : string -> bool 
override RoleExists : 
        roleName : string -> bool 

Parameters

roleName
Type: SystemString

Return Value

Type: Boolean
See Also