Metodo DedCommCommCollectionAdd
|
Aggiunge un nuovo elemento alla collection.
Namespace: DedNet.CoreAssembly: DedNet (in DedNet.dll) Versione: 26.4.0.0 (26.4.0.0)
Sintassi public 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
DedCommCommItemEccezioni Eccezione | Condizione |
---|
ArgumentNullException | Parametro mancante. |
QsException | Errore avvenuto durante l'istruzione d'inserimento. |
Vedi anche