Metodo DedCommCommCollectionAdd
             | 
          
        
        
            Aggiunge un nuovo elemento alla collection.
            
        
        Namespace: DedNet.CoreAssembly: DedNet (in DedNet.dll) Versione: 25.3.0.0 (25.3.0.0)
Sintassipublic DedCommCommItem Add(
	Guid commid,
	int context
)
Public Function Add ( 
	commid As Guid,
	context As Integer
) As DedCommCommItem
public:
DedCommCommItem^ Add(
	Guid commid, 
	int context
)
member Add : 
        commid : Guid * 
        context : int -> DedCommCommItem Parametri
- commid  Guid
 - ID della commessa da collegare.
 - context  Int32
 - Contesto di associazione.
 
Valore di ritorno
DedCommCommItem
Eccezioni| Eccezione | Condizione | 
|---|
| ArgumentNullException | Parametro mancante. | 
| QsException | Errore avvenuto durante l'istruzione d'inserimento. | 
Vedi anche