ASPNETDB Database

Procedure: aspnet_PersonalizationAdministration_GetCountOfState

Description

Returns a count of records in the aspnet_PersonalizationAllUsers table with path names matching the specified pattern, or a count of records in the aspnet_PersonalizationPerUser table meeting several input criteria.

Parameters

Name  Type  Direction 
@Count  int  Input/Output 
@AllUsersScope  bit  Input 
@ApplicationName  nvarchar  Input 
@Path  nvarchar  Input 
@UserName  nvarchar  Input 
@InactiveSinceDate  datetime  Input 


ASP.NET 2.0 Provider Database