Which properties hold the natural id?

Namespace: NHibernate.Metadata
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)

Syntax

C#
int[] NaturalIdentifierProperties { get; }
Visual Basic
ReadOnly Property NaturalIdentifierProperties As Integer()
	Get
Visual C++
property array<int>^ NaturalIdentifierProperties {
	array<int>^ get ();
}

See Also