ASPNETDB Database

View: vw_aspnet_WebPartState_Paths

Description

Displays Web Parts state path information.

Columns

Name  Type  Required?  Defaults To  Description 
ApplicationId  uniqueidentifier  Yes    Application ID
PathId  uniqueidentifier  Yes    Path ID
Path  nvarchar  Yes    Path name
LoweredPath  nvarchar  Yes    Path name (lowercase)

Tables Referenced

Name 
aspnet_Paths 

Definition

SELECT [dbo].[aspnet_Paths].[ApplicationId], [dbo].[aspnet_Paths].[PathId], [dbo].[aspnet_Paths].[Path], [dbo].[aspnet_Paths].[LoweredPath]
FROM [dbo].[aspnet_Paths]



ASP.NET 2.0 Provider Database