InitializeReadConfigurationCommand Method

Summary
Initializes a System.Data.Common.DbCommand to read a component configuration.
Syntax
C#
C++/CLI
protected abstract void InitializeReadConfigurationCommand( 
   DbCommand readConfigurationCommand, 
   string componentName 
) 
protected: abstract void InitializeReadConfigurationCommand(  
   DbCommand* readConfigurationCommand, 
   string* componentName 
)  
protected: 
abstract void InitializeReadConfigurationCommand(  
   DbCommand^ readConfigurationCommand, 
   String^ componentName 
)  

Parameters

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

componentName
The component name having configuration to be read.

Remarks

Override this method to provide the database specific behavior for selecting the component configuration.

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.