Defines the outer join behavior of this association. NHibernate has deprecated the outer-join attribute so this property is marked obsolete - it now converts to and from the fetch value.

Namespace: Castle.ActiveRecord
Assembly:  Castle.ActiveRecord (in Castle.ActiveRecord.dll)
Version: 1.0.3.0

Syntax

C#
[ObsoleteAttribute("Use the Fetch property instead")]
public OuterJoinEnum OuterJoin{ get; set;}

See Also