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

Syntax

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

See Also