Initialzies an
System.Data.IDbCommand object to query for unscheduled performed procedure step SOP Instance UIDs.
Syntax
Visual Basic (Declaration) | |
---|
Protected MustOverride Sub PrepareUnscheduledMPPSSelectCommand( _
ByVal IDbCommand As IDbCommand _
) |
Parameters
- IDbCommand
- The System.Data.IDbCommand database command that will be initialized to execute the query.
Requirements
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
See Also