PrepareDeleteMediaPathCommand Method

Summary
Initializes a System.Data.Common.DbCommand which deletes media location.
Syntax
C#
VB
C++
protected override void PrepareDeleteMediaPathCommand( 
   DbCommand deleteCommand, 
   string[] mediaSopInstanceUID 
) 
  
Protected Overrides Sub PrepareDeleteMediaPathCommand( _ 
   ByVal deleteCommand As DbCommand, _ 
   ByVal mediaSopInstanceUID() As String _ 
)  
protected: 
void PrepareDeleteMediaPathCommand(  
   DbCommand^ deleteCommand, 
   array<String^>^ mediaSopInstanceUID 
) override  

Parameters

deleteCommand
The database command which will be initialized to delete the media locations.

mediaSopInstanceUID
An System.Array of strings that represent the SOP Instance UIDs for the media objects which their location will be deleted.

Requirements

Target Platforms

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

Leadtools.Medical.Media.DataAccessLayer Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.