Leadtools.Medical.Storage.DataAccessLayer Namespace > StorageSqlDbDataAccessAgent Class : PrepareIsInstanceExistsCommand Method |
protected override void PrepareIsInstanceExistsCommand( IDbCommand command, string sopInstanceUID )
'Declaration Protected Overrides Sub PrepareIsInstanceExistsCommand( _ ByVal command As IDbCommand, _ ByVal sopInstanceUID As String _ )
'Usage Dim instance As StorageSqlDbDataAccessAgent Dim command As IDbCommand Dim sopInstanceUID As String instance.PrepareIsInstanceExistsCommand(command, sopInstanceUID)
protected override void PrepareIsInstanceExistsCommand( IDbCommand command, string sopInstanceUID )
function Leadtools.Medical.Storage.DataAccessLayer.StorageSqlDbDataAccessAgent.PrepareIsInstanceExistsCommand( command , sopInstanceUID )
protected: void PrepareIsInstanceExistsCommand( IDbCommand^ command, String^ sopInstanceUID ) override
The query result returned from executing this command should return the same sopInstanceUID value if the DICOM Instance is found; if the DICOM Instance is not found the query won't return any values.
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2