ASPNETDB Database

Table: aspnet_Roles

Description

Used by the SQL Role Provider to store role data.

Columns

Name  Type  Description 
ApplicationId  uniqueidentifier  Application ID
RoleId  uniqueidentifier  Role ID
RoleName  nvarchar(256)  Role name
LoweredRoleName  nvarchar(256)  Role name (lowercase)
Description  nvarchar(256)  Role description (currently unused)

Relationships

Primary Table  Primary Key  Foreign Table  Foreign Key 
aspnet_Applications  ApplicationId  aspnet_Roles  ApplicationId 
aspnet_Roles  RoleId  aspnet_UsersInRoles  RoleId 


ASP.NET 2.0 Provider Database