System.Web.Profile.SqlProfileProvider Members

The members of System.Web.Profile.SqlProfileProvider are listed below.

See Also: Inherited members from System.Web.Profile.ProfileProvider

Public Constructors

Creates an instance of the System.Web.Profile.SqlProfileProvider class.

Public Properties

override
ApplicationNamestring.

Gets or sets the name of the application for which to store and retrieve profile information.

Public Methods

override
DeleteInactiveProfiles(ProfileAuthenticationOption, DateTime) : int

Deletes user profile data for profiles in which the last activity date occurred before the specified date and time.

override
DeleteProfiles(string[]) : int

Deletes profile properties and information from the data source for the supplied list of user names.

override
DeleteProfiles(ProfileInfoCollection) : int

Deletes profile properties and information for the supplied list of profiles from the data source.

override
FindInactiveProfilesByUserName(ProfileAuthenticationOption, string, DateTime, int, int, out int) : ProfileInfoCollection
Documentation for this section has not yet been entered.
override
FindProfilesByUserName(ProfileAuthenticationOption, string, int, int, out int) : ProfileInfoCollection
Documentation for this section has not yet been entered.
override
GetAllInactiveProfiles(ProfileAuthenticationOption, DateTime, int, int, out int) : ProfileInfoCollection
Documentation for this section has not yet been entered.
override
GetAllProfiles(ProfileAuthenticationOption, int, int, out int) : ProfileInfoCollection
Documentation for this section has not yet been entered.
override
GetNumberOfInactiveProfiles(ProfileAuthenticationOption, DateTime) : int

Gets the number of profiles in the data source where the last activity date occurred on or before the specified userInactiveSinceDate.

override
GetPropertyValues(System.Configuration.SettingsContext, System.Configuration.SettingsPropertyCollection) : System.Configuration.SettingsPropertyValueCollection

Retrieves profile property information and values from a SQL Server profile database.

override
Initialize(string, System.Collections.Specialized.NameValueCollection)

Initializes the SQL Server profile provider with the property values specified in the ASP.NET application's configuration file. This method is not intended to be used directly from your code.

override
SetPropertyValues(System.Configuration.SettingsContext, System.Configuration.SettingsPropertyValueCollection)

Updates the SQL Server profile database with the specified property values.