Gets the unique number of the Table.

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

Syntax

Visual Basic (Declaration)
Public ReadOnly Property UniqueInteger As Integer
C#
public int UniqueInteger { get; }
Visual C++
public:
property int UniqueInteger {
	int get ();
}
JavaScript
function get_uniqueInteger();

Field Value

The unique number of the Table.

See Also