Initializes a
DbCommand to check if a component's name is inserted into the configuration table.
Syntax
Visual Basic (Declaration) |
|
Protected Overridable MustOverride Sub InitializeIsComponentConfigurationInsertedCommand( _
ByVal command As DbCommand, _
ByVal componentName As String _
) |
Visual Basic (Usage) |
Copy Code |
Dim instance As WorkstationDataAccessAgent
Dim command As DbCommand
Dim componentName As String
instance.InitializeIsComponentConfigurationInsertedCommand(command, componentName)
|
Parameters
- command
- The DbCommand to be initialized.
- componentName
- The component name to check on.
Remarks
Requirements
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family
See Also