Gets or sets the PrimaryKey of the Table.

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

Field Value

The PrimaryKey of the Table.

See Also