Table Type

Specify the type of application database table associated with an IDO:

  • Primary base table: The principal table associated with an IDO. You identify the primary base table when the IDO is created.
  • Base table: An additional table added to an IDO that has a one-to-one relationship with the primary base table, shares the same key values as the primary base table, and is updated through the collection.
  • Secondary table: An additional table added to an IDO that is not a base table. Columns on secondary tables that are exposed as properties on the IDO are read-only.