Error processing SSI file
LEADTOOLS Medical (Leadtools.Medical.Media.DataAccessLayer assembly)

Show in webframe

PrepareDeleteMediaPathCommand Method (MediaCreationDbDataAccessAgent)







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

Error processing SSI file
   Leadtools.Medical.Media.DataAccessLayer requires a Medical toolkit server license and unlock key. For more information, refer to: LEADTOOLS Toolkit Features