Metodo DedAttCreateUpdateCommand
             | 
          
        
        
            Crea, inizializza e restituisce il comando per l'aggiornamento di un elemento.
            
        
        Namespace: DedNet.CoreAssembly: DedNet (in DedNet.dll) Versione: 25.3.0.0 (25.3.0.0)
Sintassiprotected override QSUpdateCommand CreateUpdateCommand(
	DedAttItem item
)
Protected Overrides Function CreateUpdateCommand ( 
	item As DedAttItem
) As QSUpdateCommand
protected:
virtual QSUpdateCommand^ CreateUpdateCommand(
	DedAttItem^ item
) override
abstract CreateUpdateCommand : 
        item : DedAttItem -> QSUpdateCommand 
override CreateUpdateCommand : 
        item : DedAttItem -> QSUpdateCommand Parametri
- item  DedAttItem
 - Elemento da utilizzare per inizializzare il comando.
 
Valore di ritorno
QSUpdateCommandIl comando inizializzato, pronto per essere eseguito.
Vedi anche