InitializeUpdateConfigurationCommand Method

Summary
Initializes a System.Data.Common.DbCommand to update a component's configuration data.
Syntax
C#
VB
C++
protected abstract void InitializeUpdateConfigurationCommand( 
   DbCommand updateConfigurationCommand, 
   string componentName, 
   string data 
) 
  
Protected MustOverride Sub InitializeUpdateConfigurationCommand( _ 
   ByVal updateConfigurationCommand As DbCommand, _ 
   ByVal componentName As String, _ 
   ByVal data As String _ 
)  
protected: 
abstract void InitializeUpdateConfigurationCommand(  
   DbCommand^ updateConfigurationCommand, 
   String^ componentName, 
   String^ data 
)  

Parameters

updateConfigurationCommand
The System.Data.Common.DbCommand to be initialized.

componentName
The component name having the configuration being updated.

data
A System.String representing the configuration data.

Remarks

Override this method to provide the database specific behavior for updating a component configuration data.

Requirements

Target Platforms

Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Workstation.DataAccessLayer Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.