Gets or sets the PrimaryKey of the Table.

Namespace: NHibernate.Mapping
Assembly: 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);
}

Field Value

The PrimaryKey of the Table.

See Also