Purpose
A Long value that describes the miscellaneous characteristics of a Relation object
The liAttributes value can be a combination of these constants
Constant | Description |
dbRelationUnique | The relationship is one-to-one. |
dbRelationDontEnforce | The relationship isn't enforced (no referential integrity). |
dbRelationInherited | The relationship exists in a non-current database that contains the two linked tables. |
dbRelationUpdateCascade | Updates will cascade. |
dbRelationDeleteCascade | Deletions will cascade |
Class