PrepareDeleteVolumeCommand Method

Summary

Initializes a System.Data.Common.DbCommand object which deletes a 3D volume information from the database.

Syntax
C#
VB
C++
protected abstract void PrepareDeleteVolumeCommand( 
   DbCommand command, 
   int volumeNumber, 
   string seriesInstanceUID 
) 
  
Protected MustOverride Sub PrepareDeleteVolumeCommand( _ 
   ByVal command As DbCommand, _ 
   ByVal volumeNumber As Integer, _ 
   ByVal seriesInstanceUID As String _ 
)  
protected: 
abstract void PrepareDeleteVolumeCommand(  
   DbCommand^ command, 
   int volumeNumber, 
   String^ seriesInstanceUID 
)  

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.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Workstation.DataAccessLayer Assembly