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

InitializeIsComponentConfigurationInsertedCommand Method (WorkstationDataAccessAgent)







The System.Data.Common.DbCommand to be initialized.
The component name to check on.
Initializes a System.Data.Common.DbCommand to check if a component's name is inserted into the configuration table.
Syntax
protected abstract void InitializeIsComponentConfigurationInsertedCommand( 
   DbCommand command,
   string componentName
)
'Declaration
 
Protected MustOverride Sub InitializeIsComponentConfigurationInsertedCommand( _
   ByVal command As DbCommand, _
   ByVal componentName As String _
) 
'Usage
 
Dim instance As WorkstationDataAccessAgent
Dim command As DbCommand
Dim componentName As String
 
instance.InitializeIsComponentConfigurationInsertedCommand(command, componentName)
protected abstract void InitializeIsComponentConfigurationInsertedCommand( 
   DbCommand command,
   string componentName
)
 function Leadtools.Medical.Workstation.DataAccessLayer.WorkstationDataAccessAgent.InitializeIsComponentConfigurationInsertedCommand( 
   command ,
   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: 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.