DataDictionary Fields |
[This is preliminary documentation and is subject to change.]
The DataDictionary type exposes the following members.
Name | Description | |
---|---|---|
![]() | GeneratedDateTime |
Get/set DataDictionary generation date/time
|
![]() | History |
Get/set history status.
If true, maintain history tables and triggers.
|
![]() | ReferentialIntegrity |
Get/set referential integrity status.
Not implemented yet!
|
![]() | RequiredNotNull |
Get/set option to cotrol whether fields marked as "NotNull" generate NOT NULL option on databse fields
|
![]() | RootKeyFieldnames |
Get/set RootKeyFieldnames
|
![]() | RootTable |
Get/set root table
|
![]() ![]() | Tabulator |
Constant for tabulator character as string.
TODO: move to StringLibrary.
|
![]() | UseVarcharMax |
Controls how TextArea fields are implemented in SQL: False (default): TEXT - true: VARCHAR(MAX)
|