Gets or sets the PrimaryKey of the Table.
Namespace: NHibernate.MappingAssembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
| C# |
|---|
public virtual PrimaryKey PrimaryKey { get; set; } |
| Visual Basic |
|---|
Public Overridable Property PrimaryKey As PrimaryKey Get Set |
| Visual C++ |
|---|
public: virtual property PrimaryKey^ PrimaryKey { PrimaryKey^ get (); void set (PrimaryKey^ value); } |