Click or drag to resize

Metodo DedAttCreateInsertCommand

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

Namespace: DedNet.Core
Assembly: DedNet (in DedNet.dll) Versione: 26.4.0.0 (26.4.0.0)
Sintassi
protected override QSInsertCommand CreateInsertCommand(
	DedAttItem item
)

Parametri

item  DedAttItem
Elemento da utilizzare per inizializzare il comando.

Valore di ritorno

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