- command
- The System.Data.Common.DbCommand to be initialized.
- sopInstanceUID
- The SOP Instance UID of the data set that is associated with the annotation.
Visual Basic (Declaration) | |
---|---|
Overrides Protected Sub PrepareGetAnnotationNumbersCommand( _ ByVal command As DbCommand, _ ByVal sopInstanceUID As String _ ) |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As WorkstationSqlDataAccessAgent Dim command As DbCommand Dim sopInstanceUID As String instance.PrepareGetAnnotationNumbersCommand(command, sopInstanceUID) |
C# | |
---|---|
protected override void PrepareGetAnnotationNumbersCommand( DbCommand command, string sopInstanceUID ) |
Managed Extensions for C++ | |
---|---|
protected: void PrepareGetAnnotationNumbersCommand( DbCommand* command, string* sopInstanceUID ) override |
C++/CLI | |
---|---|
protected: void PrepareGetAnnotationNumbersCommand( DbCommand^ command, String^ sopInstanceUID ) override |
Parameters
- command
- The System.Data.Common.DbCommand to be initialized.
- sopInstanceUID
- The SOP Instance UID of the data set that is associated with the annotation.
Override this method to provide the database specific behavior for getting all the annotation numbers that associated with the sopInstanceUID.
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7