The
database command which will be initialized to update the information.
Initializes a
System.Data.Common.DbCommand which updates the Media object status information.
Syntax
protected override void PrepareUpdateMediaObjectInformationStatusCommand(
DbCommand updateCommand,
string ,
MediaCreationStatus
)
'Declaration
Protected Overrides Sub PrepareUpdateMediaObjectInformationStatusCommand( _
ByVal updateCommand As DbCommand, _
ByVal As String, _
ByVal As MediaCreationStatus _
)
'Usage
Dim instance As MediaCreationSqlDbDataAccessAgent
Dim updateCommand As DbCommand
Dim sopInstanceUID As String
Dim mediaStatus As MediaCreationStatus
instance.PrepareUpdateMediaObjectInformationStatusCommand(updateCommand, sopInstanceUID, mediaStatus)
protected: void PrepareUpdateMediaObjectInformationStatusCommand(
DbCommand* updateCommand,
string* ,
MediaCreationStatus*
) override
protected:
void PrepareUpdateMediaObjectInformationStatusCommand(
DbCommand* updateCommand,
string* ,
MediaCreationStatus*
) 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.
- mediaStatus
- The Leadtools.Dicom.Common.DataTypes.MediaCreation.MediaCreationStatus status information to be updated.
Requirements
See Also