Initializes a System.Data.Common.DbCommand to update a component's configuration data.
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)
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.
Override this method to provide the database specific behavior for updating a component configuration data.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET
