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