LEADTOOLS Medical (Leadtools.Medical.Media.DataAccessLayer assembly)

PrepareDeleteMediaObjectsCommand Method (MediaCreationDbDataAccessAgent)

Show in webframe






The database command which will be initialized to delete the media objects.
An System.Array of strings that represent the SOP Instance UIDs for the media objects to be deleted.
Initializes a System.Data.Common.DbCommand which deletes media objets.
Syntax
protected abstract void PrepareDeleteMediaObjectsCommand( 
   DbCommand deleteCommand,
   string[] mediaSopInstanceUID
)
'Declaration
 
Protected MustOverride Sub PrepareDeleteMediaObjectsCommand( _
   ByVal deleteCommand As DbCommand, _
   ByVal mediaSopInstanceUID() As String _
) 
'Usage
 
Dim instance As MediaCreationDbDataAccessAgent
Dim deleteCommand As DbCommand
Dim mediaSopInstanceUID() As String
 
instance.PrepareDeleteMediaObjectsCommand(deleteCommand, mediaSopInstanceUID)

            

            
protected: abstract void PrepareDeleteMediaObjectsCommand( 
   DbCommand* deleteCommand,
   string*[]* mediaSopInstanceUID
) 
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

See Also

Reference

MediaCreationDbDataAccessAgent Class
MediaCreationDbDataAccessAgent Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.