PrepareUpdateStatusUpdateDateCommand Method

Summary

Initializes a System.Data.Common.DbCommand which updates the status update date for a media object.

Syntax
C#
VB
C++
protected override void PrepareUpdateStatusUpdateDateCommand( 
   DbCommand updateCommand, 
   string sopInstanceUID, 
   DateTime updateDate 
) 
  
Protected Overrides Sub PrepareUpdateStatusUpdateDateCommand( _ 
   ByVal updateCommand As DbCommand, _ 
   ByVal sopInstanceUID As String, _ 
   ByVal updateDate As Date _ 
)  
protected: 
void PrepareUpdateStatusUpdateDateCommand(  
   DbCommand^ updateCommand, 
   String^ sopInstanceUID, 
   DateTime updateDate 
) override  

Parameters

updateCommand
The database command which will be initialized to update the information.

sopInstanceUID
A System.String that represents the SOP Instance UID for the media object which status update date will be updated.

updateDate
The System.DateTime to be updated for the media object.

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