Click or drag to resize

Metodo DedDbCollectionBaseTCreateInsertCommand

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

Namespace:  DedNet.Core
Assembly:  DedNet (in DedNet.dll) Versione: 23.3.0.0 (23.3.0.0)
Sintassi
protected abstract QSInsertCommand CreateInsertCommand(
	T item
)

Parametri

item
Tipo: T
Elemento da utilizzare per inizializzare il comando.

Valore di ritorno

Tipo: QSInsertCommand
Il comando inizializzato, pronto per essere eseguito.
Vedi anche