Get the string to append to SELECT statements to acquire locks for this dialect.

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

Syntax

C#
public virtual string ForUpdateString { get; }
Visual Basic
Public Overridable ReadOnly Property ForUpdateString As String
	Get
Visual C++
public:
virtual property String^ ForUpdateString {
	String^ get ();
}

Field Value

The appropriate FOR UPDATE clause string.

See Also