- command
- Type: System.Data.Common.DbCommand The database command to be initialized to execute a delete operation for the 3D volume information.
- volumeNumber
- Type: System.Int32 The 3D volume number within a series.
- seriesInstanceUID
- Type: System.String The Series Instance UID of the series which the 3D volume was generated from.
Visual Basic (Declaration) | |
---|---|
Overrides Protected Sub PrepareDeleteVolumeCommand( _ ByVal command As DbCommand, _ ByVal volumeNumber As Integer, _ ByVal seriesInstanceUID As String _ ) |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As WorkstationSqlDataAccessAgent Dim command As DbCommand Dim volumeNumber As Integer Dim seriesInstanceUID As String instance.PrepareDeleteVolumeCommand(command, volumeNumber, seriesInstanceUID) |
C# | |
---|---|
protected override void PrepareDeleteVolumeCommand( DbCommand command, int volumeNumber, string seriesInstanceUID ) |
Managed Extensions for C++ | |
---|---|
protected: void PrepareDeleteVolumeCommand( DbCommand* command, int volumeNumber, string* seriesInstanceUID ) override |
C++/CLI | |
---|---|
protected: void PrepareDeleteVolumeCommand( DbCommand^ command, int volumeNumber, String^ seriesInstanceUID ) override |
Parameters
- command
- Type: System.Data.Common.DbCommand The database command to be initialized to execute a delete operation for the 3D volume information.
- volumeNumber
- Type: System.Int32 The 3D volume number within a series.
- seriesInstanceUID
- Type: System.String The Series Instance UID of the series which the 3D volume was generated from.
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7