ASPNETDB Database

Table: aspnet_Profile

Description

Used by the SQL Profile Provider to store individual instances of property values.

Columns

Name  Type  Description 
UserId  uniqueidentifier  ID of the user to which this profile data pertains
PropertyNames  ntext  Names of all property values stored in this profile
PropertyValuesString  ntext  Values of properties that could be persisted as text
PropertyValuesBinary  image  Values of properties that were configured to use binary serialization
LastUpdatedDate  datetime  Date and time this profile was last updated

Relationships

Primary Table  Primary Key  Foreign Table  Foreign Key 
aspnet_Users  UserId  aspnet_Profile  UserId 


ASP.NET 2.0 Provider Database