Gets or sets the PrimaryKey of the Table.
Namespace:
NHibernate.MappingAssembly: NHibernate (in NHibernate.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Property PrimaryKey As PrimaryKey |
C# |
---|
public PrimaryKey PrimaryKey { get; set; } |
Visual C++ |
---|
public: property PrimaryKey^ PrimaryKey { PrimaryKey^ get (); void set (PrimaryKey^ value); } |
JavaScript |
---|
function get_primaryKey(); function set_primaryKey(value); |