Metodo DedDbCollectionBaseTCreateDeleteCommand
             | 
          
        
        
            Crea, inizializza e restituisce il comando per l'eliminazione di un elemento.
            
        
        Namespace: DedNet.CoreAssembly: DedNet (in DedNet.dll) Versione: 25.3.0.0 (25.3.0.0)
Sintassiprotected abstract QSDeleteCommand CreateDeleteCommand(
	T item
)
Protected MustOverride Function CreateDeleteCommand ( 
	item As T
) As QSDeleteCommand
protected:
virtual QSDeleteCommand^ CreateDeleteCommand(
	T item
) abstract
abstract CreateDeleteCommand : 
        item : 'T -> QSDeleteCommand Parametri
- item  T
 - Elemento da utilizzare per inizializzare il comando.
 
Valore di ritorno
QSDeleteCommandIl comando inizializzato, pronto per essere eseguito.
Vedi anche