Metodo DocStructInfoUpdateData
             | 
          
        
        
            Aggiorna le anagrafiche collegate sugli oggetti elaborati.
            Nella classebase non fa niente.
            
        
        Namespace: DedNet.CoreAssembly: DedNet (in DedNet.dll) Versione: 25.3.0.0 (25.3.0.0)
Sintassipublic virtual void UpdateData(
	bool updateRowVer = true
)
Public Overridable Sub UpdateData ( 
	Optional updateRowVer As Boolean = true
)
public:
virtual void UpdateData(
	bool updateRowVer = true
)
abstract UpdateData : 
        ?updateRowVer : bool 
(* Defaults:
        let _updateRowVer = defaultArg updateRowVer true
*)
-> unit 
override UpdateData : 
        ?updateRowVer : bool 
(* Defaults:
        let _updateRowVer = defaultArg updateRowVer true
*)
-> unit Parametri
- updateRowVer  Boolean  (Optional)
 -  
 
Vedi anche