Metodo DedVarsCreateUpdateCommand
|
Aggiorna le informazioni di un elemento.
Namespace:
DedNet.Core
Assembly:
DedNet (in DedNet.dll) Versione: 23.3.0.0 (23.3.0.0)
Sintassi protected override QSUpdateCommand CreateUpdateCommand(
DedVar item
)
Protected Overrides Function CreateUpdateCommand (
item As DedVar
) As QSUpdateCommand
protected:
virtual QSUpdateCommand^ CreateUpdateCommand(
DedVar^ item
) override
abstract CreateUpdateCommand :
item : DedVar -> QSUpdateCommand
override CreateUpdateCommand :
item : DedVar -> QSUpdateCommand
Parametri
- item
- Tipo: DedNet.CoreDedVar
Elemento da aggiornare.
Valore di ritorno
Tipo:
QSUpdateCommandIl comando inizializzato, pronto per essere eseguito.
Vedi anche