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

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

Syntax

C#
ForeignKeyDirection ForeignKeyDirection { get; }
Visual Basic
ReadOnly Property ForeignKeyDirection As ForeignKeyDirection
	Get
Visual C++
property ForeignKeyDirection^ ForeignKeyDirection {
	ForeignKeyDirection^ get ();
}

Field Value

The ForeignKeyDirection of this association.

See Also