Retrieves the FOR UPDATE NOWAIT syntax specific to this dialect

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

Syntax

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

Field Value

The appropriate FOR UPDATE NOWAIT clause string.

See Also