Metodo DedNotifiesCreateInsertCommand
|
Crea il comando di insert per un elemento.
Namespace: DedNet.CoreAssembly: DedNet (in DedNet.dll) Versione: 26.4.0.0 (26.4.0.0)
Sintassi protected override QSInsertCommand CreateInsertCommand(
DedNotify item
)
Protected Overrides Function CreateInsertCommand (
item As DedNotify
) As QSInsertCommand
protected:
virtual QSInsertCommand^ CreateInsertCommand(
DedNotify^ item
) override
abstract CreateInsertCommand :
item : DedNotify -> QSInsertCommand
override CreateInsertCommand :
item : DedNotify -> QSInsertCommand
Parametri
- item DedNotify
- Elemento per il quale creare il comando.
Valore di ritorno
QSInsertCommandVedi anche