InitializeReadConfigurationCommand Method

Summary

Initializes a System.Data.Common.DbCommand to read a component configuration.

Syntax
C#
VB
C++
protected override void InitializeReadConfigurationCommand( 
   DbCommand readConfigurationCommand, 
   string componentName 
) 
  
Protected Overrides Sub InitializeReadConfigurationCommand( _ 
   ByVal readConfigurationCommand As DbCommand, _ 
   ByVal componentName As String _ 
)  
protected: 
void InitializeReadConfigurationCommand(  
   DbCommand^ readConfigurationCommand, 
   String^ componentName 
) override  

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

Leadtools.Medical.Workstation.DataAccessLayer Assembly