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

InitializeIsComponentConfigurationInsertedCommand Method (WorkstationSqlDataAccessAgent)







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 override void InitializeIsComponentConfigurationInsertedCommand( 
   DbCommand command,
   string componentName
)
'Declaration
 
Protected Overrides Sub InitializeIsComponentConfigurationInsertedCommand( _
   ByVal command As DbCommand, _
   ByVal componentName As String _
) 
'Usage
 
Dim instance As WorkstationSqlDataAccessAgent
Dim command As DbCommand
Dim componentName As String
 
instance.InitializeIsComponentConfigurationInsertedCommand(command, componentName)
protected override void InitializeIsComponentConfigurationInsertedCommand( 
   DbCommand command,
   string componentName
)
 function Leadtools.Medical.Workstation.DataAccessLayer.WorkstationSqlDataAccessAgent.InitializeIsComponentConfigurationInsertedCommand( 
   command ,
   componentName 
)
protected: void InitializeIsComponentConfigurationInsertedCommand( 
   DbCommand* command,
   string* componentName
) override 
protected:
void InitializeIsComponentConfigurationInsertedCommand( 
   DbCommand* command,
   string* componentName
) override 

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

WorkstationSqlDataAccessAgent Class
WorkstationSqlDataAccessAgent Members

 

 


Products | Support | Contact Us | Copyright Notices

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