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
Syntax
| C# | 
|---|
| public override bool SupportsOuterJoinForUpdate { get; } | 
| Visual Basic | 
|---|
| Public Overrides ReadOnly Property SupportsOuterJoinForUpdate As Boolean Get | 
| Visual C++ | 
|---|
| public: virtual property bool SupportsOuterJoinForUpdate { bool get () override; } | 





