ProfileProvider Methods
Assembly: System.Web (in System.Web.dll)
| Name | Description | |
|---|---|---|
![]() | DeleteInactiveProfiles(ProfileAuthenticationOption, DateTime) | When overridden in a derived class, deletes all user-profile data for profiles in which the last activity date occurred before the specified date. |
![]() | DeleteProfiles(ProfileInfoCollection^) | When overridden in a derived class, deletes profile properties and information for the supplied list of profiles. |
![]() | DeleteProfiles(array<String^>^) | When overridden in a derived class, deletes profile properties and information for profiles that match the supplied list of user names. |
![]() | Equals(Object^) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | Finalize() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.) |
![]() | FindInactiveProfilesByUserName(ProfileAuthenticationOption, String^, DateTime, Int32, Int32, Int32%) | When overridden in a derived class, retrieves profile information for profiles in which the last activity date occurred on or before the specified date and the user name matches the specified user name. |
![]() | FindProfilesByUserName(ProfileAuthenticationOption, String^, Int32, Int32, Int32%) | When overridden in a derived class, retrieves profile information for profiles in which the user name matches the specified user names. |
![]() | GetAllInactiveProfiles(ProfileAuthenticationOption, DateTime, Int32, Int32, Int32%) | When overridden in a derived class, retrieves user-profile data from the data source for profiles in which the last activity date occurred on or before the specified date. |
![]() | GetAllProfiles(ProfileAuthenticationOption, Int32, Int32, Int32%) | When overridden in a derived class, retrieves user profile data for all profiles in the data source. |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetNumberOfInactiveProfiles(ProfileAuthenticationOption, DateTime) | When overridden in a derived class, returns the number of profiles in which the last activity date occurred on or before the specified date. |
![]() | GetPropertyValues(SettingsContext^, SettingsPropertyCollection^) | Returns the collection of settings property values for the specified application instance and settings property group.(Inherited from SettingsProvider.) |
![]() | GetType() | |
![]() | Initialize(String^, NameValueCollection^) | Initializes the provider.(Inherited from ProviderBase.) |
![]() | MemberwiseClone() | |
![]() | SetPropertyValues(SettingsContext^, SettingsPropertyValueCollection^) | Sets the values of the specified group of property settings.(Inherited from SettingsProvider.) |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |

