Metodo DedAttrCollectionCreateUpdateCommand
|
Crea un comando per aggiornare un elemento.
Namespace:
DedNet.Core
Assembly:
DedNet (in DedNet.dll) Versione: 24.6.0.0 (24.6.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
- Tipo: DedNet.CoreDedAttr
Elemento da aggiornare.
Valore di ritorno
Tipo:
QSUpdateCommandVedi anche