InitializeIsComponentConfigurationInsertedCommand Method
Syntax
protected abstract void InitializeIsComponentConfigurationInsertedCommand(
DbCommand command,
string componentName
)
Protected MustOverride Sub InitializeIsComponentConfigurationInsertedCommand( _
ByVal command As DbCommand, _
ByVal componentName As String _
)
protected:
abstract void InitializeIsComponentConfigurationInsertedCommand(
DbCommand^ command,
String^ componentName
)
Parameters
componentName
The component name to check on.