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: 25.3.0.0 (25.3.0.0)
Sintassi
protected abstract QSInsertCommand CreateInsertCommand(
	T item
)

Parametri

item  T
Elemento da utilizzare per inizializzare il comando.

Valore di ritorno

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