Metodo DedRootsCreateInsertCommand
|
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(
DedRoot item
)
Protected Overrides Function CreateInsertCommand (
item As DedRoot
) As QSInsertCommand
protected:
virtual QSInsertCommand^ CreateInsertCommand(
DedRoot^ item
) override
abstract CreateInsertCommand :
item : DedRoot -> QSInsertCommand
override CreateInsertCommand :
item : DedRoot -> QSInsertCommand
Parametri
- item DedRoot
- Elemento per il quale creare il comando.
Valore di ritorno
QSInsertCommandVedi anche