LEADTOOLS Medical (Leadtools.Medical.Media.DataAccessLayer assembly)

PrepareGetStatusUpdateDateCommand Method (MediaCreationSqlDbDataAccessAgent)

Show in webframe






The database command which will be initialized to return the status update date.
A System.String that represents the SOP Instance UID for the media object which information will be returned.
Initializes a System.Data.Common.DbCommand which returns the "StatusUpdateDate" colume from the "Media Information" table.
Syntax
protected override void PrepareGetStatusUpdateDateCommand( 
   DbCommand queryCommand,
   string sopInstanceUID
)
'Declaration
 
Protected Overrides Sub PrepareGetStatusUpdateDateCommand( _
   ByVal queryCommand As DbCommand, _
   ByVal sopInstanceUID As String _
) 
'Usage
 
Dim instance As MediaCreationSqlDbDataAccessAgent
Dim queryCommand As DbCommand
Dim sopInstanceUID As String
 
instance.PrepareGetStatusUpdateDateCommand(queryCommand, sopInstanceUID)

            

            
protected: void PrepareGetStatusUpdateDateCommand( 
   DbCommand* queryCommand,
   string* sopInstanceUID
) override 
protected:
void PrepareGetStatusUpdateDateCommand( 
   DbCommand* queryCommand,
   string* sopInstanceUID
) override 

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 which information will be returned.
Requirements

Target Platforms

See Also

Reference

MediaCreationSqlDbDataAccessAgent Class
MediaCreationSqlDbDataAccessAgent Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.