PrepareDeleteMediaPathCommand Method

Summary
Initializes a System.Data.Common.DbCommand which deletes media location.
Syntax
C#
C++/CLI
protected abstract void PrepareDeleteMediaPathCommand( 
   DbCommand deleteCommand, 
   string[] mediaSopInstanceUID 
) 
protected: abstract void PrepareDeleteMediaPathCommand(  
   DbCommand* deleteCommand, 
   string*[]* mediaSopInstanceUID 
)  
protected: 
abstract void PrepareDeleteMediaPathCommand(  
   DbCommand^ deleteCommand, 
   array<String^>^ mediaSopInstanceUID 
)  

Parameters

deleteCommand
Type: System.Data.Common.DbCommand The database command which will be initialized to delete the media locations.

mediaSopInstanceUID
Type: Array of System.String The SOP Instance UIDs for the media objects which their location will be deleted.

Requirements

Target Platforms

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

Leadtools.Medical.Media.DataAccessLayer Assembly

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