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

PrepareDeleteMediaPathCommand Method (MediaCreationSqlDbDataAccessAgent)

Show in webframe






The database command which will be initialized to delete the media locations.
An System.Array of strings that represent 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 override void PrepareDeleteMediaPathCommand( 
   DbCommand deleteCommand,
   string[] mediaSopInstanceUID
)
'Declaration
 
Protected Overrides Sub PrepareDeleteMediaPathCommand( _
   ByVal deleteCommand As DbCommand, _
   ByVal mediaSopInstanceUID() As String _
) 
'Usage
 
Dim instance As MediaCreationSqlDbDataAccessAgent
Dim deleteCommand As DbCommand
Dim mediaSopInstanceUID() As String
 
instance.PrepareDeleteMediaPathCommand(deleteCommand, mediaSopInstanceUID)

            

            
protected: void PrepareDeleteMediaPathCommand( 
   DbCommand* deleteCommand,
   string*[]* mediaSopInstanceUID
) override 
protected:
void PrepareDeleteMediaPathCommand( 
   DbCommand* deleteCommand,
   array<String^>^ mediaSopInstanceUID
) override 

Parameters

deleteCommand
The database command which will be initialized to delete the media locations.
mediaSopInstanceUID
An System.Array of strings that represent the SOP Instance UIDs for the media objects which their location will be deleted.
Requirements

Target Platforms

See Also

Reference

MediaCreationSqlDbDataAccessAgent Class
MediaCreationSqlDbDataAccessAgent Members

 

 


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