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

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

Syntax

C#
public IQueryableCollection QueryableCollection { get; set; }
Visual Basic
Public Property QueryableCollection As IQueryableCollection
	Get
	Set
Visual C++
public:
property IQueryableCollection^ QueryableCollection {
	IQueryableCollection^ get ();
	void set (IQueryableCollection^ value);
}

See Also