LEADTOOLS Medical (Leadtools.Medical.Media.DataAccessLayer assembly)
LEAD Technologies, Inc

PrepareDeleteMediaObjectsCommand Method (MediaCreationSqlDbDataAccessAgent)







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 override void PrepareDeleteMediaObjectsCommand( 
   DbCommand deleteCommand,
   string[] mediaSopInstanceUID
)
'Declaration
 
Protected Overrides Sub PrepareDeleteMediaObjectsCommand( _
   ByVal deleteCommand As DbCommand, _
   ByVal mediaSopInstanceUID() As String _
) 
'Usage
 
Dim instance As MediaCreationSqlDbDataAccessAgent
Dim deleteCommand As DbCommand
Dim mediaSopInstanceUID() As String
 
instance.PrepareDeleteMediaObjectsCommand(deleteCommand, mediaSopInstanceUID)
protected override void PrepareDeleteMediaObjectsCommand( 
   DbCommand deleteCommand,
   string[] mediaSopInstanceUID
)
 function Leadtools.Medical.Media.DataAccessLayer.MediaCreationSqlDbDataAccessAgent.PrepareDeleteMediaObjectsCommand( 
   deleteCommand ,
   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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

MediaCreationSqlDbDataAccessAgent Class
MediaCreationSqlDbDataAccessAgent Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.