Metodo DedCategCollectionCreateUpdateCommand
|
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(
DedCateg item
)
Protected Overrides Function CreateUpdateCommand (
item As DedCateg
) As QSUpdateCommand
protected:
virtual QSUpdateCommand^ CreateUpdateCommand(
DedCateg^ item
) override
abstract CreateUpdateCommand :
item : DedCateg -> QSUpdateCommand
override CreateUpdateCommand :
item : DedCateg -> QSUpdateCommand
Parametri
- item DedCateg
- Elemento da utilizzare per inizializzare il comando.
Valore di ritorno
QSUpdateCommandIl comando inizializzato, pronto per essere eseguito.
Vedi anche