Returns true if this FromElement was implied by a path, or false if this FROM element is explicitly declared in the FROM clause.

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

Syntax

C#
public virtual bool IsImplied { get; }
Visual Basic
Public Overridable ReadOnly Property IsImplied As Boolean
	Get
Visual C++
public:
virtual property bool IsImplied {
	bool get ();
}

See Also