SqlProfileProvider Methods
.NET Framework 3.0
(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: