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

Syntax

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

See Also