Settings that affect the behavior of NHibernate at runtime.

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

Syntax

Visual Basic (Declaration)
Public NotInheritable Class Settings
C#
public sealed class Settings
Visual C++
public ref class Settings sealed
JavaScript
NHibernate.Cfg.Settings = function();

Type.createClass(
	'NHibernate.Cfg.Settings');

Inheritance Hierarchy

System..::.Object
  NHibernate.Cfg..::.Settings

See Also