Proprietà DedCommAnagrItemDedRev
|
Restituisce o imposta il DedRev dell'anagrafica collegata.
Impostando questa proprietà si ottiene l'immediato aggiornamento nel Database.
Namespace: DedNet.CoreAssembly: DedNet (in DedNet.dll) Versione: 26.4.0.0 (26.4.0.0)
Sintassi public string DedRev { get; set; }
Public Property DedRev As String
Get
Set
public:
property String^ DedRev {
String^ get ();
void set (String^ value);
}
member DedRev : string with get, set
Valore della proprietà
StringEccezioni Eccezione | 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