PrepareDeleteMediaObjectsCommand Method

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

Parameters

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

mediaSopInstanceUID
An System.Array of strings that represent the SOP Instance UIDs for the media objects to 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.