InitializeInsertConfigurationCommand Method

Summary
Initializes a System.Data.Common.DbCommand to insert a component configuration row.
Syntax
C#
C++/CLI
protected override void InitializeInsertConfigurationCommand( 
   DbCommand insertConfigurationCommand, 
   string componentName 
) 
protected: void InitializeInsertConfigurationCommand(  
   DbCommand* insertConfigurationCommand, 
   string* componentName 
) override  
protected: 
void InitializeInsertConfigurationCommand(  
   DbCommand^ insertConfigurationCommand, 
   String^ componentName 
) override  

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 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Workstation.DataAccessLayer Assembly

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