- queryCommand
- The database command which will be initialized to return the status update date.
- sopInstanceUID
- A System.String that represents the SOP Instance UID for the media object whose information will be returned.
| Visual Basic (Declaration) | |
|---|---|
Protected MustOverride Sub PrepareGetStatusUpdateDateCommand( _ ByVal queryCommand As DbCommand, _ ByVal sopInstanceUID As String _ ) | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As MediaCreationDbDataAccessAgent Dim queryCommand As DbCommand Dim sopInstanceUID As String instance.PrepareGetStatusUpdateDateCommand(queryCommand, sopInstanceUID) | |
| C# | |
|---|---|
protected abstract void PrepareGetStatusUpdateDateCommand( DbCommand queryCommand, string sopInstanceUID ) | |
| Managed Extensions for C++ | |
|---|---|
protected: abstract void PrepareGetStatusUpdateDateCommand( DbCommand* queryCommand, string* sopInstanceUID ) | |
| C++/CLI | |
|---|---|
protected: abstract void PrepareGetStatusUpdateDateCommand( DbCommand^ queryCommand, String^ sopInstanceUID ) | |
Parameters
- queryCommand
- The database command which will be initialized to return the status update date.
- sopInstanceUID
- A System.String that represents the SOP Instance UID for the media object whose information will be returned.
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
Copy Code