Type: 
System.Data.IDbCommand The database command that will be initialized to execute the query for the deleted series.
        Initializes a 
System.Data.IDbCommand object to delete orphan series that doesn't have child composite instances information.
Syntax
            
            
            
            
            protected abstract void PrepareDeleteSeriesNoChildInstancesCommand( 
   IDbCommand command
)
             
        
            
            'Declaration
 
Protected MustOverride Sub PrepareDeleteSeriesNoChildInstancesCommand( _
   ByVal command As IDbCommand _
) 
             
        
            
            'Usage
 
Dim instance As StorageDbDataAccessAgent
Dim command As IDbCommand
 
instance.PrepareDeleteSeriesNoChildInstancesCommand(command)
             
        
            
        
            
        
            
            protected:
abstract void PrepareDeleteSeriesNoChildInstancesCommand( 
   IDbCommand^ command
) 
             
        
             
        
            Parameters
- command
- Type: System.Data.IDbCommand The database command that will be initialized to execute the query for the deleted series.
 
            
            
            
            
            
            
            
            
            Requirements
            
            See Also