The
database command which will be initialized to update the information.
Initializes a
System.Data.Common.DbCommand which updates the Media object request information.
Syntax
protected abstract void PrepareUpdateMediaObjectRequestCommand(
DbCommand updateCommand,
string ,
MediaCreationRequestInformation
)
'Declaration
Protected MustOverride Sub PrepareUpdateMediaObjectRequestCommand( _
ByVal updateCommand As DbCommand, _
ByVal As String, _
ByVal As MediaCreationRequestInformation _
)
'Usage
Dim instance As MediaCreationDbDataAccessAgent
Dim updateCommand As DbCommand
Dim sopInstanceUID As String
Dim mediaRequest As MediaCreationRequestInformation
instance.PrepareUpdateMediaObjectRequestCommand(updateCommand, sopInstanceUID, mediaRequest)
protected: abstract void PrepareUpdateMediaObjectRequestCommand(
DbCommand* updateCommand,
string* ,
MediaCreationRequestInformation*
)
protected:
abstract void PrepareUpdateMediaObjectRequestCommand(
DbCommand* updateCommand,
string* ,
MediaCreationRequestInformation*
)
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.
- mediaRequest
- A Leadtools.Dicom.Common.DataTypes.MediaCreation.MediaCreationRequestInformation object that represents the media request information to be updated.
Requirements
See Also