C#
VB
C++
Initializes a System.Data.Common.DbCommand which deletes media objets.
protected override void PrepareDeleteMediaObjectsCommand(
DbCommand deleteCommand,
string[] mediaSopInstanceUID
)
Protected Overrides Sub PrepareDeleteMediaObjectsCommand( _
ByVal deleteCommand As DbCommand, _
ByVal mediaSopInstanceUID() As String _
)
protected:
void PrepareDeleteMediaObjectsCommand(
DbCommand^ deleteCommand,
array<String^>^ mediaSopInstanceUID
) override
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.
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