Gets an ICollection of ForeignKey objects that are part of the Table.

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

Syntax

Visual Basic (Declaration)
Public ReadOnly Property ForeignKeyCollection As ICollection
C#
public ICollection ForeignKeyCollection { get; }
Visual C++
public:
property ICollection^ ForeignKeyCollection {
	ICollection^ get ();
}
JavaScript
function get_foreignKeyCollection();

Field Value

An ICollection of ForeignKey objects that are part of the Table.

See Also