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) Version: 3.2.0.4000 (3.2.0.4000)

Syntax

C#
public interface IKeyValue : IValue
Visual Basic
Public Interface IKeyValue _
	Inherits IValue
Visual C++
public interface class IKeyValue : IValue

See Also