LEADTOOLS Medical (Leadtools.Medical.Workstation.DataAccessLayer assembly)
LEAD Technologies, Inc

InitializeReadConfigurationCommand Method (WorkstationDataAccessAgent)







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 abstract void InitializeReadConfigurationCommand( 
   DbCommand readConfigurationCommand,
   string componentName
)
'Declaration
 
Protected MustOverride Sub InitializeReadConfigurationCommand( _
   ByVal readConfigurationCommand As DbCommand, _
   ByVal componentName As String _
) 
'Usage
 
Dim instance As WorkstationDataAccessAgent
Dim readConfigurationCommand As DbCommand
Dim componentName As String
 
instance.InitializeReadConfigurationCommand(readConfigurationCommand, componentName)
protected abstract void InitializeReadConfigurationCommand( 
   DbCommand readConfigurationCommand,
   string componentName
)
 function Leadtools.Medical.Workstation.DataAccessLayer.WorkstationDataAccessAgent.InitializeReadConfigurationCommand( 
   readConfigurationCommand ,
   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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

WorkstationDataAccessAgent Class
WorkstationDataAccessAgent Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.