←Select platform

PrepareUpdateMetadataXmlCommand Method

Summary

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

Syntax
C#
protected override void PrepareUpdateMetadataXmlCommand( 
   IDbCommand command, 
   string sopInstanceUid, 
   string xmlData 
) 

Parameters

command

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

sopInstanceUid

The SOP Instance UID (0008,0018) of the DicomDataSet.

xmlData

A string containing the XML metadata.

Remarks

This method is called by the StoreMetadataXml method.

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.Storage.DataAccessLayer Assembly