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

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

Syntax

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

Field Value

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

See Also