LEADTOOLS For .NET Class Library Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.30
PrepareUpdateStatusUpdateDateCommand Method
See Also 
Leadtools.Medical.Media.DataAccessLayer Namespace > MediaCreationDbDataAccessAgent Class : PrepareUpdateStatusUpdateDateCommand Method




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.
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.
Initializes a System.Data.Common.DbCommand which updates the status update date for a media object.

Syntax

Visual Basic (Declaration) 
Protected MustOverride Sub PrepareUpdateStatusUpdateDateCommand( _
   ByVal updateCommand As DbCommand, _
   ByVal sopInstanceUID As String, _
   ByVal updateDate As Date _
) 
Visual Basic (Usage)Copy Code
Dim instance As MediaCreationDbDataAccessAgent
Dim updateCommand As DbCommand
Dim sopInstanceUID As String
Dim updateDate As Date
 
instance.PrepareUpdateStatusUpdateDateCommand(updateCommand, sopInstanceUID, updateDate)
C# 
protected abstract void PrepareUpdateStatusUpdateDateCommand( 
   DbCommand updateCommand,
   string sopInstanceUID,
   DateTime updateDate
)
Managed Extensions for C++ 
protected: abstract void PrepareUpdateStatusUpdateDateCommand( 
   DbCommand* updateCommand,
   string* sopInstanceUID,
   DateTime updateDate
) 
C++/CLI 
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: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also