Does this dialect support FOR UPDATE in conjunction with outer joined rows?
Namespace: NHibernate.DialectAssembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
C# |
---|
public virtual bool SupportsOuterJoinForUpdate { get; } |
Visual Basic |
---|
Public Overridable ReadOnly Property SupportsOuterJoinForUpdate As Boolean Get |
Visual C++ |
---|
public: virtual property bool SupportsOuterJoinForUpdate { bool get (); } |