[Overview][Constants][Types][Classes][Index] |
Enumerated types used in mapping relationships.
Source position: tiAutoMap.pas line 41
type TtiClassDBMapRelationshipType = ( |
||
pktDB, |
|
Primary Key as defined in the DB table structure |
pktFK, |
|
Foreign Key as defined in the DB table structure |
pktReadable |
|
For human readable primary key info. If you want to load just enough information to populate a lookup list or some other list. A kind of 'light weight' object. |
); |
Used by the AutoMap feature of tiOPF. It tells the automapping system what relationships to use between the class property and the persisted field.