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

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 InProjectionList { get; set; }
Visual Basic
Public Overridable Property InProjectionList As Boolean
	Get
	Set
Visual C++
public:
virtual property bool InProjectionList {
	bool get ();
	void set (bool value);
}

See Also