ASPNETDB Database

Procedure: aspnet_Profile_GetProfiles

Description

Retrieves profile data from the aspnet_Profile table for users who match the criteria input to the stored procedure.

Parameters

Name  Type  Direction 
@ApplicationName  nvarchar  Input 
@ProfileAuthOptions  int  Input 
@PageIndex  int  Input 
@PageSize  int  Input 
@UserNameToMatch  nvarchar  Input 
@InactiveSinceDate  datetime  Input 


ASP.NET 2.0 Provider Database