[Missing <summary> documentation for "P:NHibernate.Loader.OuterJoinableAssociation.JoinType"]

Namespace: NHibernate.Loader
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)

Syntax

C#
public JoinType JoinType { get; }
Visual Basic
Public ReadOnly Property JoinType As JoinType
	Get
Visual C++
public:
property JoinType JoinType {
	JoinType get ();
}

See Also