Metodo DedDbCollectionBaseTCreateDeleteCommand
|
Crea, inizializza e restituisce il comando per l'eliminazione di un elemento.
Namespace:
DedNet.Core
Assembly:
DedNet (in DedNet.dll) Versione: 24.6.0.0 (24.6.0.0)
Sintassi protected abstract QSDeleteCommand CreateDeleteCommand(
T item
)
Protected MustOverride Function CreateDeleteCommand (
item As T
) As QSDeleteCommand
protected:
virtual QSDeleteCommand^ CreateDeleteCommand(
T item
) abstract
abstract CreateDeleteCommand :
item : 'T -> QSDeleteCommand
Parametri
- item
- Tipo: T
Elemento da utilizzare per inizializzare il comando.
Valore di ritorno
Tipo:
QSDeleteCommandIl comando inizializzato, pronto per essere eseguito.
Vedi anche