Retrieves the FOR UPDATE NOWAIT syntax specific to this dialect

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

Syntax

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

Field Value

The appropriate FOR UPDATE NOWAIT clause string.

See Also