LEADTOOLS For .NET Class Library Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.30
PrepareUpdateMediaObjectRequestCommand Method
See Also 
Leadtools.Medical.Media.DataAccessLayer Namespace > MediaCreationSqlDbDataAccessAgent Class : PrepareUpdateMediaObjectRequestCommand 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 which information will be updated.
mediaRequest
The Leadtools.Dicom.Common.DataTypes.MediaCreation.MediaCreationRequestInformation to be updated.
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 information will be updated.
Initializes a System.Data.Common.DbCommand which updates the Media object request information.

Syntax

Visual Basic (Declaration) 
Overrides Protected Sub PrepareUpdateMediaObjectRequestCommand( _
   ByVal updateCommand As DbCommand, _
   ByVal sopInstanceUID As String, _
   ByVal mediaRequest As MediaCreationRequestInformation _
) 
Visual Basic (Usage)Copy Code
Dim instance As MediaCreationSqlDbDataAccessAgent
Dim updateCommand As DbCommand
Dim sopInstanceUID As String
Dim mediaRequest As MediaCreationRequestInformation
 
instance.PrepareUpdateMediaObjectRequestCommand(updateCommand, sopInstanceUID, mediaRequest)
C# 
protected override void PrepareUpdateMediaObjectRequestCommand( 
   DbCommand updateCommand,
   string sopInstanceUID,
   MediaCreationRequestInformation mediaRequest
)
Managed Extensions for C++ 
protected: void PrepareUpdateMediaObjectRequestCommand( 
   DbCommand* updateCommand,
   string* sopInstanceUID,
   MediaCreationRequestInformation* mediaRequest
) override 
C++/CLI 
protected:
void PrepareUpdateMediaObjectRequestCommand( 
   DbCommand^ updateCommand,
   String^ sopInstanceUID,
   MediaCreationRequestInformation^ mediaRequest
) 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 information will be updated.
mediaRequest
The Leadtools.Dicom.Common.DataTypes.MediaCreation.MediaCreationRequestInformation to be updated.

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