Initializes a System.Data.Common.DbCommand to check if a component's name is inserted into the configuration table.
protected override void InitializeIsComponentConfigurationInsertedCommand(
DbCommand command,
string componentName
)
command
The System.Data.Common.DbCommand to be initialized.
componentName
The component name to check on.
Override this method to provide the database specific behavior for checking if a configuration row has been inserted for a component.