Scopo
Nome fisico della tabella del database che può contenere un'istanza di questo documento; se il documento non dipende dal database questa proprietà è vuota.
Sintassi
s := Struttura.DBCode
Quando letta
Viene ritornata una stringa che contiene il nome fisico della tabella a cui è collegato il documento.
Quando scritta
Viene cambiata la tabella del database a cui è collegato il documento; essendo una proprietà statica la modifica avrà impatto su tutte le sessioni correnti e future.
Esempio
// Carico le proprietà del documento
Tag := Struttura.Tag
GUID := Struttura.GUID
Icon := Struttura.Icon
DBCode := Struttura.DBCode
UIName := Struttura.UIName
Concept := Struttura.Concept
Services := Struttura.Services
DocumentiIdentification := Services & Document Identification > ZERO
ExtendedSchema := Services & Extended Schema > ZERO
Attachments := Services & Attachments > ZERO
Comments := Services & Comments > ZERO
Domains := Services & Domains > ZERO
UserInformation := Services & User Information > ZERO
DocumentLocking := Services & Document Locking > ZERO
LogicalDeletion := Services & Logical Deletion > ZERO
UseClassFactory := Services & Use Class Factory > ZERO
Tag := Struttura.Tag
GUID := Struttura.GUID
Icon := Struttura.Icon
DBCode := Struttura.DBCode
UIName := Struttura.UIName
Concept := Struttura.Concept
Services := Struttura.Services
DocumentiIdentification := Services & Document Identification > ZERO
ExtendedSchema := Services & Extended Schema > ZERO
Attachments := Services & Attachments > ZERO
Comments := Services & Comments > ZERO
Domains := Services & Domains > ZERO
UserInformation := Services & User Information > ZERO
DocumentLocking := Services & Document Locking > ZERO
LogicalDeletion := Services & Logical Deletion > ZERO
UseClassFactory := Services & Use Class Factory > ZERO
- Non è consigliato modificare questa proprietà in quanto essendo statica la sua modifica sarebbe condivisa con tutte le sessioni correnti e future che avrebbero gli stessi effetti indicati di seguito.
- Se il DBCode impostato non corrisponde ad una tabella del database o la tabella non contiene tutti i campi con lo stesso DBCode della tabella originale il documento non sarà in grado di caricare i dati dal database.
- Se viene impostato un DBCode vuoto il documento sarà staccato dal database e non caricherà più i dati, si comporterà come un documento creato non tirando una tabella.
Ultima modifica: 23/03/2021 / Validità: da 7.5.3400