Is FOR UPDATE OF syntax supported?

Namespace: NHibernate.Dialect
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)

Syntax

C#
public virtual bool ForUpdateOfColumns { get; }
Visual Basic
Public Overridable ReadOnly Property ForUpdateOfColumns As Boolean
	Get
Visual C++
public:
virtual property bool ForUpdateOfColumns {
	bool get ();
}

Field Value

True if the database supports FOR UPDATE OF syntax; false otherwise.

See Also