LEADTOOLS Medical (Leadtools.Medical.Workstation.DataAccessLayer assembly)

InitializeReadConfigurationCommand Method (WorkstationSqlDataAccessAgent)

Show in webframe






The System.Data.Common.DbCommand to be initialized.
The component name having configuration to be read.
Initializes a System.Data.Common.DbCommand to read a component configuration.
Syntax
protected override void InitializeReadConfigurationCommand( 
   DbCommand readConfigurationCommand,
   string componentName
)
'Declaration
 
Protected Overrides Sub InitializeReadConfigurationCommand( _
   ByVal readConfigurationCommand As DbCommand, _
   ByVal componentName As String _
) 
'Usage
 
Dim instance As WorkstationSqlDataAccessAgent
Dim readConfigurationCommand As DbCommand
Dim componentName As String
 
instance.InitializeReadConfigurationCommand(readConfigurationCommand, componentName)

            

            
protected: void InitializeReadConfigurationCommand( 
   DbCommand* readConfigurationCommand,
   string* componentName
) override 
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

See Also

Reference

WorkstationSqlDataAccessAgent Class
WorkstationSqlDataAccessAgent Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.