InitializeIsComponentConfigurationInsertedCommand Method

Summary
Initializes a System.Data.Common.DbCommand to check if a component's name is inserted into the configuration table.
Syntax
C#
C++/CLI
protected abstract void InitializeIsComponentConfigurationInsertedCommand( 
   DbCommand command, 
   string componentName 
) 
protected: abstract void InitializeIsComponentConfigurationInsertedCommand(  
   DbCommand* command, 
   string* componentName 
)  
protected: 
abstract void InitializeIsComponentConfigurationInsertedCommand(  
   DbCommand^ command, 
   String^ componentName 
)  

Parameters

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

componentName
The component name to check on.

Remarks

Override this method to provide the database specific behavior for checking if a configuration row has been inserted for a component.

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.