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

Syntax

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

See Also