Metodo DedDbCollectionBaseTCreateDeleteCommand
|
Crea, inizializza e restituisce il comando per l'eliminazione di un elemento.
Namespace: DedNet.CoreAssembly: DedNet (in DedNet.dll) Versione: 26.4.0.0 (26.4.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 T
- Elemento da utilizzare per inizializzare il comando.
Valore di ritorno
QSDeleteCommandIl comando inizializzato, pronto per essere eseguito.
Vedi anche