[Missing <summary> documentation for "P:NHibernate.Linq.Visitors.NhJoinClause.IsInner"]

Namespace: NHibernate.Linq.Visitors
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)

Syntax

C#
public bool IsInner { get; private set; }
Visual Basic
Public Property IsInner As Boolean
	Get
	Private Set
Visual C++
public:
property bool IsInner {
	bool get ();
	private: void set (bool value);
}

See Also