protected abstract void PrepareGetAnnotationsCountCommand(
DbCommand command,
string
)
'Declaration
Protected MustOverride Sub PrepareGetAnnotationsCountCommand( _
ByVal command As DbCommand, _
ByVal As String _
)
'Usage
Dim instance As WorkstationDataAccessAgent
Dim command As DbCommand
Dim sopInstanceUID As String
instance.PrepareGetAnnotationsCountCommand(command, sopInstanceUID)
protected: abstract void PrepareGetAnnotationsCountCommand(
DbCommand* command,
string*
)
protected:
abstract void PrepareGetAnnotationsCountCommand(
DbCommand* command,
string*
)