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