MySQLRoleProvider.RoleExists Method

MySQL Connector/Net

MySQLRoleProviderRoleExists 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