ASPNETDB Database

Procedure: aspnet_Roles_DeleteRole

Description

Removes a role from the aspnet_Roles table. Optionally deletes records referencing the deleted role from the aspnet_UsersInRoles table.

Parameters

Name  Type  Direction 
@ApplicationName  nvarchar  Input 
@RoleName  nvarchar  Input 
@DeleteOnlyIfRoleIsEmpty  bit  Input 


ASP.NET 2.0 Provider Database