Get the name of the indentifier property (or return null) - need not return the name of an actual .NET property

Namespace:  NHibernate.Persister.Entity
Assembly:  NHibernate (in NHibernate.dll)

Syntax

Visual Basic (Declaration)
ReadOnly Property IdentifierPropertyName As String
C#
string IdentifierPropertyName { get; }
Visual C++
property String^ IdentifierPropertyName {
	String^ get ();
}
JavaScript
function get_identifierPropertyName();

See Also