Metodo DedNotifiesCreateUpdateCommand
             | 
          
        
        
            Crea il comando di update per un elemento.
            
        
        Namespace: DedNet.CoreAssembly: DedNet (in DedNet.dll) Versione: 25.3.0.0 (25.3.0.0)
Sintassiprotected override QSUpdateCommand CreateUpdateCommand(
	DedNotify item
)
Protected Overrides Function CreateUpdateCommand ( 
	item As DedNotify
) As QSUpdateCommand
protected:
virtual QSUpdateCommand^ CreateUpdateCommand(
	DedNotify^ item
) override
abstract CreateUpdateCommand : 
        item : DedNotify -> QSUpdateCommand 
override CreateUpdateCommand : 
        item : DedNotify -> QSUpdateCommand Parametri
- item  DedNotify
 - Elemento per il quale creare il comando.
 
Valore di ritorno
QSUpdateCommand
Vedi anche