NPersistence Reference Guide
(Optional) The name of the table that contains the foreign key column.
  • If the join is for a map key for an element collection, the foreign key column is in the collection table for the map value.
  • If the join is for a map key for a ManyToMany entity relationship or for a OneToMany entity relationship using a join table, the foreign key column is in a join table.
  • If the join is for a OneToMany entity relationship using a foreign key mapping strategy, the foreign key column for the map key is in the table of the entity that is the value of the map.
Default:
  • If the map is for an element collection, the name of the collection table for the map value.
  • If the map is for a OneToMany or ManyToMany entity relationship using a join table, the name of the join table for the map.
  • If the map is for a OneToMany entity relationship using a foreign key mapping strategy, the name of the primary table of the entity that is the value of the map.

Namespace: NPersistence
Assembly: NPersistence (in NPersistence.dll) Version: 2.0.0.0 (2.0.0.0)

Syntax

   
 C# 
public string Table

See Also