NPersistence Reference Guide
(Optional) Only relevant when this JoinColumn is part of a JoinTable. This field indicates that this JoinColumn represents the foreign key of the join table which references the primary table of the entity that does not own the association. (I.e. the inverse side of the association).

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

Syntax

   
 C# 
public bool Inverse

See Also