←Select platform

InitializeUpdateConfigurationCommand Method (WorkstationSqlDataAccessAgent)

Summary

Initializes a System.Data.Common.DbCommand to update a component's configuration data.

Syntax

C#
VB
C++
protected override void InitializeUpdateConfigurationCommand(  
   DbCommand updateConfigurationCommand, 
   string componentName, 
   string data 
) 
Protected Overrides Sub InitializeUpdateConfigurationCommand( _ 
   ByVal updateConfigurationCommand As DbCommand, _ 
   ByVal componentName As String, _ 
   ByVal data As String _ 
) 
protected: 
void InitializeUpdateConfigurationCommand(  
   DbCommand^ updateConfigurationCommand, 
   String^ componentName, 
   String^ data 
) override 

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

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.Medical.Workstation.DataAccessLayer Assembly
Click or drag to resize