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)
Version: 1.2.0.4000

Syntax

Visual Basic (Declaration)
Public Interface IKeyValue _
	Implements IValue
C#
public interface IKeyValue : IValue
Visual C++
public interface class IKeyValue : IValue

Remarks

Author: Gavin King