- imagesCommand
- The DbCommand to be initialized.
- sopInstanceUID
- The SOP Instance UID String value identifying the image to be deleted.
Visual Basic (Declaration) | |
---|---|
Overrides Protected Sub InitializeImagesDeleteCommand( _ ByVal imagesCommand As DbCommand, _ ByVal sopInstanceUID As String _ ) |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
protected override void InitializeImagesDeleteCommand( DbCommand imagesCommand, string sopInstanceUID ) |
C++/CLI | |
---|---|
protected: void InitializeImagesDeleteCommand( DbCommand imagesCommand, String^ sopInstanceUID ) override |
Parameters
Override this method to provide the database specific behavior for deletion.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family