The session factory name.
Namespace: NHibernate.CfgAssembly: 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; } |