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

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

Syntax

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

See Also