←Select platform

PrepareUpdateStatusUpdateDateCommand Method

Summary

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

Syntax

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

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 whose information will be updated.

updateDate
A System.DateTime object that represents the date and time to be updated for the media object.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Media.DataAccessLayer Assembly