Metodo DedRootsCreateInsertCommand
             | 
          
        
        
            Crea il comando di insert per un elemento.
            
        
        Namespace: DedNet.CoreAssembly: DedNet (in DedNet.dll) Versione: 25.3.0.0 (25.3.0.0)
Sintassiprotected 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
QSInsertCommand
Vedi anche