protected override void PrepareDeleteAnnotationCommand(
DbCommand command,
string ,
int
)
'Declaration
Protected Overrides Sub PrepareDeleteAnnotationCommand( _
ByVal command As DbCommand, _
ByVal As String, _
ByVal As Integer _
)
'Usage
Dim instance As WorkstationSqlDataAccessAgent
Dim command As DbCommand
Dim sopInstanceUID As String
Dim annotationNumber As Integer
instance.PrepareDeleteAnnotationCommand(command, sopInstanceUID, annotationNumber)
protected: void PrepareDeleteAnnotationCommand(
DbCommand* command,
string* ,
int
) override
protected:
void PrepareDeleteAnnotationCommand(
DbCommand* command,
string* ,
int
) override