Returns an object that identifies the space in which identifiers of this entity hierarchy are unique.

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

Syntax

C#
string RootEntityName { get; }
Visual Basic
ReadOnly Property RootEntityName As String
	Get
Visual C++
property String^ RootEntityName {
	String^ get ();
}

See Also