PrepareDeleteMediaObjectsCommand Method

Summary

Initializes a System.Data.Common.DbCommand which deletes media objets.

Syntax
C#
VB
C++
protected abstract void PrepareDeleteMediaObjectsCommand( 
   DbCommand deleteCommand, 
   string[] mediaSopInstanceUID 
) 
  
Protected MustOverride Sub PrepareDeleteMediaObjectsCommand( _ 
   ByVal deleteCommand As DbCommand, _ 
   ByVal mediaSopInstanceUID() As String _ 
)  
protected: 
abstract void PrepareDeleteMediaObjectsCommand(  
   DbCommand^ deleteCommand, 
   array<String^>^ mediaSopInstanceUID 
)  

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 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Media.DataAccessLayer Assembly