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

PrepareDeleteMediaPathCommand Method (MediaCreationDbDataAccessAgent)

Show in webframe






Type: System.Data.Common.DbCommand The database command which will be initialized to delete the media locations.
Type: Array of System.String The SOP Instance UIDs for the media objects which their location will be deleted.
Initializes a System.Data.Common.DbCommand which deletes media location.
Syntax
protected abstract void PrepareDeleteMediaPathCommand( 
   DbCommand deleteCommand,
   string[] mediaSopInstanceUID
)
'Declaration
 
Protected MustOverride Sub PrepareDeleteMediaPathCommand( _
   ByVal deleteCommand As DbCommand, _
   ByVal mediaSopInstanceUID() As String _
) 
'Usage
 
Dim instance As MediaCreationDbDataAccessAgent
Dim deleteCommand As DbCommand
Dim mediaSopInstanceUID() As String
 
instance.PrepareDeleteMediaPathCommand(deleteCommand, 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

See Also

Reference

MediaCreationDbDataAccessAgent Class
MediaCreationDbDataAccessAgent Members

 

 


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