MySQL Connector/Net
| MySqlSimpleRoleProvider Methods |
The MySqlSimpleRoleProvider type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
|
AddUsersToRoles | (Overrides SimpleRoleProvider.AddUsersToRoles(String, String).) |
|
CreateRole | (Overrides SimpleRoleProvider.CreateRole(String).) |
|
DeleteRole | (Overrides SimpleRoleProvider.DeleteRole(String, Boolean).) |
|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
|
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
|
FindUsersInRole | (Overrides SimpleRoleProvider.FindUsersInRole(String, String).) |
|
GetAllRoles | (Overrides SimpleRoleProvider.GetAllRoles.) |
|
GetHashCode | Serves as the default hash function. (Inherited from Object.) |
|
GetRolesForUser | (Overrides SimpleRoleProvider.GetRolesForUser(String).) |
|
GetType | Gets the Type of the current instance. (Inherited from Object.) |
|
GetUsersInRole | (Overrides SimpleRoleProvider.GetUsersInRole(String).) |
|
Initialize | (Overrides ProviderBaseInitialize(String, NameValueCollection).) |
|
IsUserInRole | (Overrides SimpleRoleProvider.IsUserInRole(String, String).) |
|
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
|
RemoveUsersFromRoles | (Overrides SimpleRoleProvider.RemoveUsersFromRoles(String, String).) |
|
RoleExists | (Overrides SimpleRoleProvider.RoleExists(String).) |
|
ToString | Returns a string that represents the current object. (Inherited from Object.) |
See Also