LEADTOOLS Medical (Leadtools.Medical.Workstation.DataAccessLayer assembly)

InitializeUpdateConfigurationCommand Method (WorkstationSqlDataAccessAgent)

Show in webframe






The System.Data.Common.DbCommand to be initialized.
The component name having the configuration being updated.
A System.String representing the configuration data.
Initializes a System.Data.Common.DbCommand to update a component's configuration data.
Syntax
protected override void InitializeUpdateConfigurationCommand( 
   DbCommand updateConfigurationCommand,
   string componentName,
   string data
)
'Declaration
 
Protected Overrides Sub InitializeUpdateConfigurationCommand( _
   ByVal updateConfigurationCommand As DbCommand, _
   ByVal componentName As String, _
   ByVal data As String _
) 
'Usage
 
Dim instance As WorkstationSqlDataAccessAgent
Dim updateConfigurationCommand As DbCommand
Dim componentName As String
Dim data As String
 
instance.InitializeUpdateConfigurationCommand(updateConfigurationCommand, componentName, data)

            

            
protected: void InitializeUpdateConfigurationCommand( 
   DbCommand* updateConfigurationCommand,
   string* componentName,
   string* data
) override 
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

See Also

Reference

WorkstationSqlDataAccessAgent Class
WorkstationSqlDataAccessAgent Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.