PrepareGetStatusUpdateDateCommand Method

Summary

Initializes a System.Data.Common.DbCommand which returns the "StatusUpdateDate" colume from the "Media Information" table.

Syntax
C#
VB
C++
protected abstract void PrepareGetStatusUpdateDateCommand( 
   DbCommand queryCommand, 
   string sopInstanceUID 
) 
  
Protected MustOverride Sub PrepareGetStatusUpdateDateCommand( _ 
   ByVal queryCommand As DbCommand, _ 
   ByVal sopInstanceUID As String _ 
)  
protected: 
abstract void PrepareGetStatusUpdateDateCommand(  
   DbCommand^ queryCommand, 
   String^ sopInstanceUID 
)  

Parameters

queryCommand
The database command which will be initialized to return the status update date.

sopInstanceUID
A System.String that represents the SOP Instance UID for the media object whose information will be returned.

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