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

InitializeIsComponentConfigurationInsertedCommand Method (WorkstationSqlDataAccessAgent)

Show in webframe






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: 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

See Also

Reference

WorkstationSqlDataAccessAgent Class
WorkstationSqlDataAccessAgent Members

 

 


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