MySQLProfileProvider Class |
Inheritance Hierarchy
Namespace: MySql.Web.ProfileAssembly: MySql.Web (in MySql.Web.dll) Version: 6.9.9
Syntaxpublic class MySQLProfileProvider : ProfileProvider
Public Class MySQLProfileProvider
Inherits ProfileProvider
public ref class MySQLProfileProvider : public ProfileProvider
type MySQLProfileProvider =
class
inherit ProfileProvider
end
The MySQLProfileProvider type exposes the following members.
Constructors
Properties
Methods
| Name | Description |
---|
 | DeleteInactiveProfiles | (Overrides ProfileProviderDeleteInactiveProfiles(ProfileAuthenticationOption, DateTime).) |
 | DeleteProfiles(String) | (Overrides ProfileProviderDeleteProfiles(String).) |
 | DeleteProfiles(ProfileInfoCollection) | (Overrides ProfileProviderDeleteProfiles(ProfileInfoCollection).) |
 | Equals | 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 | (Overrides ProfileProviderFindInactiveProfilesByUserName(ProfileAuthenticationOption, String, DateTime, Int32, Int32, Int32).) |
 | FindProfilesByUserName | (Overrides ProfileProviderFindProfilesByUserName(ProfileAuthenticationOption, String, Int32, Int32, Int32).) |
 | GetAllInactiveProfiles | (Overrides ProfileProviderGetAllInactiveProfiles(ProfileAuthenticationOption, DateTime, Int32, Int32, Int32).) |
 | GetAllProfiles | (Overrides ProfileProviderGetAllProfiles(ProfileAuthenticationOption, Int32, Int32, Int32).) |
 | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
 | GetNumberOfInactiveProfiles | (Overrides ProfileProviderGetNumberOfInactiveProfiles(ProfileAuthenticationOption, DateTime).) |
 | GetPropertyValues | (Overrides SettingsProviderGetPropertyValues(SettingsContext, SettingsPropertyCollection).) |
 | GetType | Gets the Type of the current instance. (Inherited from Object.) |
 | Initialize | (Overrides ProviderBaseInitialize(String, NameValueCollection).) |
 | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
 | SetPropertyValues | (Overrides SettingsProviderSetPropertyValues(SettingsContext, SettingsPropertyValueCollection).) |
 | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Top
See Also