Gets the unique number of the Table.
Namespace:
NHibernate.MappingAssembly: 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(); |