Proprietà DedCommCustomer
|
Restituisce i imposta il cliente della commessa.
Impostando questa proprietà si ottiene l'immediato aggiornamento della commessa nel Database.
Namespace:
DedNet.Core
Assembly:
DedNet (in DedNet.dll) Versione: 24.6.0.0 (24.6.0.0)
Sintassi public string Customer { get; set; }
Public Property Customer As String
Get
Set
public:
property String^ Customer {
String^ get ();
void set (String^ value);
}
member Customer : string with get, set
Valore della proprietà
Tipo:
StringEccezioni Eccezione | Condizione |
---|
[!:QsException] | Commessa non trovata con id e versione dell'oggetto. |
[!:QsException] | Viene sollevata in caso di errore nell'istruzione di aggiornamento dati. |
Vedi anche