Metodo DedAttCreateUpdateCommand
|
Crea, inizializza e restituisce il comando per l'aggiornamento di un elemento.
Namespace: DedNet.CoreAssembly: DedNet (in DedNet.dll) Versione: 26.4.0.0 (26.4.0.0)
Sintassi protected 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