Initializes an
System.Data.IDbCommand object to delete orphan patients that doesn't have child studies information.
Syntax
Visual Basic (Declaration) | |
---|
Overrides Protected Sub PrepareDeleteSeriesNoChildInstancesCommand( _
ByVal command As IDbCommand _
) |
C# | |
---|
protected override void PrepareDeleteSeriesNoChildInstancesCommand(
IDbCommand command
) |
C++/CLI | |
---|
protected:
void PrepareDeleteSeriesNoChildInstancesCommand(
IDbCommand^ command
) override |
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