protected abstract void InitializeReadConfigurationCommand(
DbCommand readConfigurationCommand,
string componentName
)
readConfigurationCommand
The System.Data.Common.DbCommand to be initialized.
componentName
The component name having configuration to be read.
Override this method to provide the database specific behavior for selecting the component configuration.