- imagesCommand
- The DbCommand to be initialized.
- sopInstanceUID
- The SOP Instance UID String value identifying the image to be deleted.
| Visual Basic (Declaration) | |
|---|---|
Protected Overridable MustOverride Sub InitializeImagesDeleteCommand( _ ByVal imagesCommand As DbCommand, _ ByVal sopInstanceUID As String _ ) | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
protected virtual abstract void InitializeImagesDeleteCommand( DbCommand imagesCommand, string sopInstanceUID ) | |
| C++/CLI | |
|---|---|
protected: virtual abstract void InitializeImagesDeleteCommand( DbCommand imagesCommand, String^ sopInstanceUID ) | |
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
Copy Code