MySqlSimpleRoleProvider.RoleExists Method
From MySQL Connector/Net
MySQL Connector/Net
| MySqlSimpleRoleProviderRoleExists Method |
Namespace: MySql.Web.Security
Assembly: MySql.Web (in MySql.Web.dll) Version: 6.9.9
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