Represents an identifying key of a table: the value for primary key of an entity, or a foreign key of a collection or join table or joined subclass table.

Namespace:  NHibernate.Mapping
Assembly:  NHibernate (in NHibernate.dll)

Syntax

Visual Basic (Declaration)
Public Interface IKeyValue _
	Implements IValue
C#
public interface IKeyValue : IValue
Visual C++
public interface class IKeyValue : IValue
JavaScript
NHibernate.Mapping.IKeyValue = function();
NHibernate.Mapping.IKeyValue.createInterface('NHibernate.Mapping.IKeyValue');

Remarks

Author: Gavin King

See Also