SqlProfileProvider Members
.NET Framework 3.0
Manages storage of profile information for an ASP.NET application in a SQL Server database.
The following tables list the members exposed by the SqlProfileProvider type.
| Name | Description | |
|---|---|---|
| ApplicationName | Overridden. Gets or sets the name of the application for which to store and retrieve profile information. |
| Description | Gets a brief, friendly description suitable for display in administrative tools or other user interfaces (UIs).(inherited from ProviderBase) |
| Name | Gets the friendly name used to refer to the provider during configuration.(inherited from ProviderBase) |
(see also
Protected Methods
)
Top
| Name | Description | |
|---|---|---|
| DeleteInactiveProfiles | Overridden. Deletes user profile data for profiles in which the last activity date occurred before the specified date and time. |
| DeleteProfiles | Overloaded. Overridden. Deletes profile properties and information from the data source. |
| Equals | Overloaded. Determines whether two Object instances are equal. (inherited from Object) |
| FindInactiveProfilesByUserName | Overridden. Retrieves profile information for profiles in which the last activity date occurred on or before the specified date and time and the user name for the profile matches the specified name. |
| FindProfilesByUserName | Overridden. Retrieves profile information for profiles in which the user name matches the specified name. |
| GetAllInactiveProfiles | Overridden. Retrieves user profile data for profiles in which the last activity date occurred on or before the specified date and time. |
| GetAllProfiles | Overridden. Retrieves user profile data for profiles in the data source. |
| GetHashCode | Serves as a hash function for a particular type. (inherited from Object) |
| GetNumberOfInactiveProfiles | Overridden. Gets the number of profiles in the data source where the last activity date occurred on or before the specified userInactiveSinceDate. |
| GetPropertyValues | Overridden. Retrieves profile property information and values from a SQL Server profile database. |
| GetType | Gets the Type of the current instance. (inherited from Object) |
| Initialize | Overridden. 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. |
| ReferenceEquals | Determines whether the specified Object instances are the same instance. (inherited from Object) |
| SetPropertyValues | Overridden. Updates the SQL Server profile database with the specified property values. |
| ToString | Returns a String that represents the current Object. (inherited from Object) |
| Name | Description | |
|---|---|---|
| Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (inherited from Object) |
| MemberwiseClone | Creates a shallow copy of the current Object. (inherited from Object) |
Reference
SqlProfileProvider ClassSystem.Web.Profile Namespace
Other Resources
ASP.NET Profile PropertiesCommunity Additions
ADD
Show: