←Select platform

PrepareDeleteMetadataJsonCommand Method

Summary

Initializes a System.Data.IDbCommand object that is used by the DeleteMetadataJson method.

Syntax
C#
VB
C++
protected abstract void PrepareDeleteMetadataJsonCommand( 
   IDbCommand command, 
   List<string> sopInstanceUids 
) 
Protected MustOverride Sub PrepareDeleteMetadataJsonCommand( 
   ByVal command As IDbCommand, 
   ByVal sopInstanceUids As List(Of String) 
) 
protected:  
   virtual void PrepareDeleteMetadataJsonCommand( 
      IDbCommand^ command, 
      List<String^>^ sopInstanceUids 
   ) abstract 

Parameters

command

A System.Data.IDbCommand database command that is initialized to be used by the DeleteMetadataJson method.

sopInstanceUids

A List of the SOP Instance UID (0008,0018) of the DicomDataSet metadata to be deleted.
Remarks

This method is called by the DeleteMetadataJson method.

Requirements
Target Platforms
Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Storage.DataAccessLayer Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.