- 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.
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.
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7