- seriesCommand
- The DbCommand to be initialized.
- seriesInstanceUID
- The Series Instance UID String value for identifying the series to be deleted.
Visual Basic (Declaration) | |
---|---|
Overrides Protected Sub InitializeSeriesDeleteCommand( _ ByVal seriesCommand As DbCommand, _ ByVal seriesInstanceUID As String _ ) |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
protected override void InitializeSeriesDeleteCommand( DbCommand seriesCommand, string seriesInstanceUID ) |
C++/CLI | |
---|---|
protected: void InitializeSeriesDeleteCommand( DbCommand seriesCommand, String^ seriesInstanceUID ) 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