- sc
- The System.Configuration.SettingsContext that contains user profile information.
- properties
- A System.Configuration.SettingsPropertyValueCollection containing profile information and values for the properties to be updated.
The SqlProfileProvider.SetPropertyValues(System.Configuration.SettingsContext, System.Configuration.SettingsPropertyValueCollection) method is used by ASP.NET profile services to update the SQL Server profile database when property values are set for the current request. Property values are set at the data source for the application specified by the applicationName attribute in the configuration file. Profile property information and values to be updated by the System.Web.Profile.SqlProfileProvider are specified as a collection of System.Configuration.SettingsPropertyValue objects.