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

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

Syntax

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

See Also