InitializeSetOverwriteCommand Method

Summary

Initializes a System.Data.IDbCommand object to delete all rows from the ExternalStore database table that match the sopInstanceUid.

Syntax
C#
VB
C++
protected override void InitializeSetOverwriteCommand( 
   DbCommand command, 
   string sopInstanceUid 
) 
  
Protected Overrides Sub InitializeSetOverwriteCommand( _ 
   ByVal command As DbCommand, _ 
   ByVal sopInstanceUid As String _ 
)  
protected: 
void InitializeSetOverwriteCommand(  
   DbCommand^ command, 
   String^ sopInstanceUid 
) override  

Parameters

command
Type: System.Data.IDbCommand The database command that will be initialized to execute the query.

sopInstanceUid
The SOP Instance UID that identifies the instance.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.ExternalStore.DataAccessLayer Assembly