protected override void InitializeUpdateConfigurationCommand(
DbCommand updateConfigurationCommand,
string componentName,
string data
)
updateConfigurationCommand
The System.Data.Common.DbCommand to be initialized.
componentName
The component name having the configuration being updated.
data
A System.String representing the configuration data.
Override this method to provide the database specific behavior for updating a component configuration data.