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

Syntax

Visual Basic (Declaration)
Public Property IsAutoCreateSchema As Boolean
C#
public bool IsAutoCreateSchema { get; set; }
Visual C++
public:
property bool IsAutoCreateSchema {
	bool get ();
	void set (bool value);
}
JavaScript
function get_isAutoCreateSchema();
function set_isAutoCreateSchema(value);

See Also