Metodo DedNotifiesCreateInsertCommand
|
Crea il comando di insert per un elemento.
Namespace:
DedNet.Core
Assembly:
DedNet (in DedNet.dll) Versione: 23.3.0.0 (23.3.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
- Tipo: DedNet.CoreDedNotify
Elemento per il quale creare il comando.
Valore di ritorno
Tipo:
QSInsertCommandVedi anche