C#
VB
C++
Initializes a System.Data.IDbCommand object to delete orphan studies that doesn't have child series information.
protected abstract void PrepareDeleteStudiesNoChildSeriesCommand(
IDbCommand command
)
Protected MustOverride Sub PrepareDeleteStudiesNoChildSeriesCommand(
ByVal command As System.Data.IDbCommand
)
protected:
virtual void PrepareDeleteStudiesNoChildSeriesCommand(
System::Data::IDbCommand^ command
) abstract
command
Type: System.Data.IDbCommand
The database command that will be initialized to execute the query for the deleted series.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET