Description
Displays Web Parts user information.
Columns
| Name |
Type |
Required? |
Defaults To |
Description |
| PathId |
uniqueidentifier |
No |
|
ID of the virtual path to which this state
|
| UserId |
uniqueidentifier |
No |
|
ID of the user to which this state pertains
|
| DataSize |
int |
No |
|
Size of the user-scoped data
|
| LastUpdatedDate |
datetime |
Yes |
|
Date and time state was saved
|
Tables Referenced
Definition
SELECT [dbo].[aspnet_PersonalizationPerUser].[PathId], [dbo].[aspnet_PersonalizationPerUser].[UserId], [DataSize]=DATALENGTH([dbo].[aspnet_PersonalizationPerUser].[PageSettings]), [dbo].[aspnet_PersonalizationPerUser].[LastUpdatedDate]
FROM [dbo].[aspnet_PersonalizationPerUser]
ASP.NET 2.0 Provider Database