InitializeUpdateConfigurationCommand Method

Summary
Initializes a System.Data.Common.DbCommand to update a component's configuration data.
Syntax
C#
C++/CLI
protected abstract void InitializeUpdateConfigurationCommand( 
   DbCommand updateConfigurationCommand, 
   string componentName, 
   string data 
) 
protected: abstract void InitializeUpdateConfigurationCommand(  
   DbCommand* updateConfigurationCommand, 
   string* componentName, 
   string* data 
)  
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 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Workstation.DataAccessLayer Assembly

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