←Select platform

InitializeInsertConfigurationCommand Method (WorkstationDataAccessAgent)

Summary

Initializes a System.Data.Common.DbCommand to insert a component configuration row.

Syntax

C#
VB
C++
protected abstract void InitializeInsertConfigurationCommand(  
   DbCommand insertConfigurationCommand, 
   string componentName 
) 
Protected MustOverride Sub InitializeInsertConfigurationCommand( _ 
   ByVal insertConfigurationCommand As DbCommand, _ 
   ByVal componentName As String _ 
) 
protected: 
abstract void InitializeInsertConfigurationCommand(  
   DbCommand^ insertConfigurationCommand, 
   String^ componentName 
) 

Parameters

insertConfigurationCommand
The System.Data.Common.DbCommand to be initialized.

componentName
The component name having configuration being inserted.

Remarks

Override this method to provide the database specific behavior for inserting a component configuration row.

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