Retrieves the FOR UPDATE NOWAIT syntax specific to this dialect
Namespace: NHibernate.DialectAssembly: 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 (); } |