Metodo DedAttrCollectionCreateInsertCommand
             | 
          
        
        
            Crea un comando per inserire un elemento.
            
        
        Namespace: DedNet.CoreAssembly: DedNet (in DedNet.dll) Versione: 25.3.0.0 (25.3.0.0)
Sintassiprotected override QSInsertCommand CreateInsertCommand(
	DedAttr item
)
Protected Overrides Function CreateInsertCommand ( 
	item As DedAttr
) As QSInsertCommand
protected:
virtual QSInsertCommand^ CreateInsertCommand(
	DedAttr^ item
) override
abstract CreateInsertCommand : 
        item : DedAttr -> QSInsertCommand 
override CreateInsertCommand : 
        item : DedAttr -> QSInsertCommand Parametri
- item  DedAttr
 - Elemento da inserire.
 
Valore di ritorno
QSInsertCommand
Vedi anche