Is select snapshot before update enabled?

Namespace: NHibernate.Persister.Entity
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)

Syntax

C#
bool IsSelectBeforeUpdateRequired { get; }
Visual Basic
ReadOnly Property IsSelectBeforeUpdateRequired As Boolean
	Get
Visual C++
property bool IsSelectBeforeUpdateRequired {
	bool get ();
}

See Also