Proprietà DedCommCommItemCommID
|
Restituisce o imposta il CommId della commessa collegata.
Impostando questa proprietà si ottiene l'immediato aggiornamento nel Database.
Namespace:
DedNet.Core
Assembly:
DedNet (in DedNet.dll) Versione: 22.4.2.0 (22.4.2.0)
Sintassipublic Guid CommID { get; set; }
Public Property CommID As Guid
Get
Set
public:
property Guid CommID {
Guid get ();
void set (Guid value);
}
member CommID : Guid with get, set
Valore della proprietà
Tipo:
Guid
EccezioniEccezione | Condizione |
---|
QsException | Record non trovato con id e versione dell'oggetto. |
QsException | Viene sollevata in caso di errore nell'istruzione di aggiornamento dati. |
Vedi anche