Initializes a System.Data.Common.DbCommand which deletes media location.
protected abstract void PrepareDeleteMediaPathCommand(
DbCommand deleteCommand,
string[] mediaSopInstanceUID
)
Protected MustOverride Sub PrepareDeleteMediaPathCommand( _
ByVal deleteCommand As DbCommand, _
ByVal mediaSopInstanceUID() As String _
)
protected:
abstract void PrepareDeleteMediaPathCommand(
DbCommand^ deleteCommand,
array<String^>^ mediaSopInstanceUID
)
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.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET