←Select platform

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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Workstation.DataAccessLayer Assembly