Click or drag to resize

Metodo DedDbCollectionBaseTCreateDeleteCommand

Crea, inizializza e restituisce il comando per l'eliminazione di un elemento.

Namespace: DedNet.Core
Assembly: DedNet (in DedNet.dll) Versione: 26.4.0.0 (26.4.0.0)
Sintassi
protected abstract QSDeleteCommand CreateDeleteCommand(
	T item
)

Parametri

item  T
Elemento da utilizzare per inizializzare il comando.

Valore di ritorno

QSDeleteCommand
Il comando inizializzato, pronto per essere eseguito.
Vedi anche