SqlPersonalizationProvider Methods
Assembly: System.Web (in System.Web.dll)
| Name | Description | |
|---|---|---|
![]() | CreateSupportedUserCapabilities() | Returns a list of WebPartUserCapability objects that represent the set of known capabilities used by the Web Parts control set.(Inherited from PersonalizationProvider.) |
![]() | DetermineInitialScope(WebPartManager^, PersonalizationState^) | Determines whether the initial personalization scope should be Shared or User scope.(Inherited from PersonalizationProvider.) |
![]() | DetermineUserCapabilities(WebPartManager^) | Returns a dictionary containing WebPartUserCapability instances that represent the personalization-related capabilities of the currently executing user account.(Inherited from PersonalizationProvider.) |
![]() | 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.) |
![]() | FindState(PersonalizationScope, PersonalizationStateQuery^, Int32, Int32, Int32%) | Returns a collection containing zero or more PersonalizationStateInfo-derived objects, based on the specified scope and parameters.(Overrides PersonalizationProvider::FindState(PersonalizationScope, PersonalizationStateQuery^, Int32, Int32, Int32%).) |
![]() | GetCountOfState(PersonalizationScope, PersonalizationStateQuery^) | Returns a count of the number of rows in the underlying data store that exist for the specified scope parameter.(Overrides PersonalizationProvider::GetCountOfState(PersonalizationScope, PersonalizationStateQuery^).) |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | Initialize(String^, NameValueCollection^) | Implements the initialization procedures required for a Microsoft SQL Server personalization provider. This method is not intended to be used directly from your code.(Overrides ProviderBase::Initialize(String^, NameValueCollection^).) |
![]() | LoadPersonalizationBlobs(WebPartManager^, String^, String^, array<Byte>^%, array<Byte>^%) | Loads personalization data from the underlying data store, based on the specified parameters.(Overrides PersonalizationProvider::LoadPersonalizationBlobs(WebPartManager^, String^, String^, array<Byte>^%, array<Byte>^%).) |
![]() | LoadPersonalizationState(WebPartManager^, Boolean) | Loads the raw data from the underlying data store and converts that data into a PersonalizationState object.(Inherited from PersonalizationProvider.) |
![]() | MemberwiseClone() | |
![]() | ResetPersonalizationBlob(WebPartManager^, String^, String^) | Deletes personalization data from the underlying data store. (Overrides PersonalizationProvider::ResetPersonalizationBlob(WebPartManager^, String^, String^).) |
![]() | ResetPersonalizationState(WebPartManager^) | Resets personalization data to the underlying data store.(Inherited from PersonalizationProvider.) |
![]() | ResetState(PersonalizationScope, array<String^>^, array<String^>^) | Deletes personalization state information from the underlying data store, based on the specified parameters.(Overrides PersonalizationProvider::ResetState(PersonalizationScope, array<String^>^, array<String^>^).) |
![]() | ResetUserState(String^, DateTime) | Deletes user personalization data from the underlying data store, based on the specified parameters.(Overrides PersonalizationProvider::ResetUserState(String^, DateTime).) |
![]() | SavePersonalizationBlob(WebPartManager^, String^, String^, array<Byte>^) | Saves raw personalization data to the underlying Microsoft SQL Server database.(Overrides PersonalizationProvider::SavePersonalizationBlob(WebPartManager^, String^, String^, array<Byte>^).) |
![]() | SavePersonalizationState(PersonalizationState^) | Saves personalization data to a data store.(Inherited from PersonalizationProvider.) |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |

