When implemented by a class, gets the type of foreign key directionality of this association.

Namespace:  NHibernate.Type
Assembly:  NHibernate (in NHibernate.dll)

Syntax

Visual Basic (Declaration)
ReadOnly Property ForeignKeyDirection As ForeignKeyDirection
C#
ForeignKeyDirection ForeignKeyDirection { get; }
Visual C++
property ForeignKeyDirection^ ForeignKeyDirection {
	ForeignKeyDirection^ get ();
}
JavaScript
function get_foreignKeyDirection();

Field Value

The ForeignKeyDirection of this association.

See Also