←Select platform

PrepareDeletePatientsNoChildStudiesCommand Method

Summary

Initializes a System.Data.IDbCommand object to delete orphan patients that does not have child studies information.

Syntax
C#
VB
C++
protected abstract void PrepareDeletePatientsNoChildStudiesCommand( 
   IDbCommand command 
) 
Protected MustOverride Sub PrepareDeletePatientsNoChildStudiesCommand( 
   ByVal command As System.Data.IDbCommand 
) 
protected:  
   virtual void PrepareDeletePatientsNoChildStudiesCommand( 
      System::Data::IDbCommand^ command 
   ) abstract 

Parameters

command

Type: System.Data.IDbCommand

The database command that will be initialized to execute the query for the deleted series.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Storage.DataAccessLayer Assembly