Initializes a
System.Data.IDbCommand object to delete orphanstudies that doesn't have child series information.
Syntax
| Visual Basic (Declaration) | |
|---|
Protected MustOverride Sub PrepareDeleteStudiesNoChildSeriesCommand( _
ByVal command As IDbCommand _
) |
| C# | |
|---|
protected abstract void PrepareDeleteStudiesNoChildSeriesCommand(
IDbCommand command
) |
| C++/CLI | |
|---|
protected:
abstract void PrepareDeleteStudiesNoChildSeriesCommand(
IDbCommand^ command
) |
Parameters
- command
- Type: System.Data.IDbCommand The database command that will be initialized to execute the query for the deleted series.
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