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

Syntax

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

See Also