[Missing <summary> documentation for "P:NHibernate.Hql.Ast.ANTLR.Tree.ImpliedFromElement.InProjectionList"]

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

Syntax

C#
public override bool InProjectionList { get; set; }
Visual Basic
Public Overrides Property InProjectionList As Boolean
	Get
	Set
Visual C++
public:
virtual property bool InProjectionList {
	bool get () override;
	void set (bool value) override;
}

See Also