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

InitializeUpdateConfigurationCommand Method (WorkstationDataAccessAgent)

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 abstract void InitializeUpdateConfigurationCommand( 
   DbCommand updateConfigurationCommand,
   string componentName,
   string data
)
'Declaration
 
Protected MustOverride Sub InitializeUpdateConfigurationCommand( _
   ByVal updateConfigurationCommand As DbCommand, _
   ByVal componentName As String, _
   ByVal data As String _
) 
'Usage
 
Dim instance As WorkstationDataAccessAgent
Dim updateConfigurationCommand As DbCommand
Dim componentName As String
Dim data As String
 
instance.InitializeUpdateConfigurationCommand(updateConfigurationCommand, componentName, 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

See Also

Reference

WorkstationDataAccessAgent Class
WorkstationDataAccessAgent Members

 

 


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