Proprietà DedAttrOnlyInDb
             | 
          
        
        
            Indica se il valore dell'attributo deve essere memorizzato solo nel database o anche nel file.
            
        
        Namespace: DedNet.CoreAssembly: DedNet (in DedNet.dll) Versione: 25.3.0.0 (25.3.0.0)
Sintassipublic bool OnlyInDb { get; set; }Public Property OnlyInDb As Boolean
	Get
	Set
public:
property bool OnlyInDb {
	bool get ();
	void set (bool value);
}member OnlyInDb : bool with get, set
Valore della proprietà
Boolean
Vedi anche