Metodo DedAttrCollectionCreateUpdateCommand
|
Crea un comando per aggiornare un elemento.
Namespace: DedNet.CoreAssembly: DedNet (in DedNet.dll) Versione: 26.4.0.0 (26.4.0.0)
Sintassi protected 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
QSUpdateCommandVedi anche