Error processing SSI file
LEADTOOLS Medical (Leadtools.Medical.Workstation.DataAccessLayer assembly)

Show in webframe

InitializeUpdateConfigurationCommand Method (WorkstationDataAccessAgent)







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

Error processing SSI file
   Leadtools.Medical.Workstation.DataAccessLayer requires a Medical toolkit license and unlock key. For more information, refer to: LEADTOOLS Toolkit Features