The session factory name.

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

Syntax

C#
public string Name { get; protected set; }
Visual Basic
Public Property Name As String
	Get
	Protected Set
Visual C++
public:
virtual property String^ Name {
	String^ get () sealed;
	protected: void set (String^ value) sealed;
}

Implements

ISessionFactoryConfiguration..::..Name

See Also