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

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

Syntax

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

See Also