InitializeInsertConfigurationCommand Method

Summary
Initializes a System.Data.Common.DbCommand to insert a component configuration row.
Syntax
C#
VB
C++
protected abstract void InitializeInsertConfigurationCommand( 
   DbCommand insertConfigurationCommand, 
   string componentName 
) 
  
Protected MustOverride Sub InitializeInsertConfigurationCommand( _ 
   ByVal insertConfigurationCommand As DbCommand, _ 
   ByVal componentName As String _ 
)  
protected: 
abstract void InitializeInsertConfigurationCommand(  
   DbCommand^ insertConfigurationCommand, 
   String^ componentName 
)  

Parameters

insertConfigurationCommand
The System.Data.Common.DbCommand to be initialized.

componentName
The component name having configuration being inserted.

Remarks

Override this method to provide the database specific behavior for inserting a component configuration row.

Requirements

Target Platforms

Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Workstation.DataAccessLayer Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.