[Overview][Constants][Types][Classes][Index] Reference for unit 'tiAutoMap' (#tiopf)

TtiClassDBMapRelationshipType

Enumerated types used in mapping relationships.

Declaration

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.

);

Description

Used by the AutoMap feature of tiOPF. It tells the automapping system what relationships to use between the class property and the persisted field.


Documentation generated on: 2017-08-16