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