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