[Missing <summary> documentation for "P:NHibernate.Hql.Ast.ANTLR.HqlSqlWalker.ImpliedJoinType"]

Namespace: NHibernate.Hql.Ast.ANTLR
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)

Syntax

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

See Also