Navigation:  DAO Object Classes > DaoRelation Class >

DaoRelation:Attributes Access/Assign

Previous pageReturn to chapter overviewNext page

Purpose

A Long value that describes the miscellaneous characteristics of a Relation object

 

 

The liAttributes value can be a combination of these constants

 

ConstantDescription
dbRelationUniqueThe relationship is one-to-one.
dbRelationDontEnforceThe relationship isn't enforced (no referential integrity).
dbRelationInheritedThe relationship exists in a non-current database that contains the two linked tables.
dbRelationUpdateCascadeUpdates will cascade.
dbRelationDeleteCascadeDeletions will cascade

 

 

Class

DaoRelation