protected abstract void InitializeInsertConfigurationCommand(
DbCommand insertConfigurationCommand,
string componentName
)
insertConfigurationCommand
The System.Data.Common.DbCommand to be initialized.
componentName
The component name having configuration being inserted.
Override this method to provide the database specific behavior for inserting a component configuration row.