←Select platform

InitializeIsComponentConfigurationInsertedCommand Method (WorkstationSqlDataAccessAgent)

Summary

Initializes a System.Data.Common.DbCommand to check if a component's name is inserted into the configuration table.

Syntax

C#
VB
C++
protected override void InitializeIsComponentConfigurationInsertedCommand(  
   DbCommand command, 
   string componentName 
) 
Protected Overrides Sub InitializeIsComponentConfigurationInsertedCommand( _ 
   ByVal command As DbCommand, _ 
   ByVal componentName As String _ 
) 
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

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.Medical.Workstation.DataAccessLayer Assembly
Click or drag to resize