- 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 status update date will be updated.
- updateDate
- The System.DateTime to be updated for the media object.
| Visual Basic (Declaration) | |
|---|---|
| Overrides Protected Sub PrepareUpdateStatusUpdateDateCommand( _ ByVal updateCommand As DbCommand, _ ByVal sopInstanceUID As String, _ ByVal updateDate As Date _ ) | |
| Visual Basic (Usage) |  Copy Code | 
|---|---|
| Dim instance As MediaCreationSqlDbDataAccessAgent Dim updateCommand As DbCommand Dim sopInstanceUID As String Dim updateDate As Date instance.PrepareUpdateStatusUpdateDateCommand(updateCommand, sopInstanceUID, updateDate) | |
| C# | |
|---|---|
| protected override void PrepareUpdateStatusUpdateDateCommand( DbCommand updateCommand, string sopInstanceUID, DateTime updateDate ) | |
| Managed Extensions for C++ | |
|---|---|
| protected: void PrepareUpdateStatusUpdateDateCommand( DbCommand* updateCommand, string* sopInstanceUID, DateTime updateDate ) override | |
| C++/CLI | |
|---|---|
| protected: void PrepareUpdateStatusUpdateDateCommand( DbCommand^ updateCommand, String^ sopInstanceUID, DateTime updateDate ) 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 status update date will be updated.
- updateDate
- The System.DateTime to be updated for the media object.
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
 
  