Gets an ICollection of ForeignKey objects that
are part of the Table.
Namespace:
NHibernate.MappingAssembly: 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(); |