[Missing <summary> documentation for "P:NHibernate.Hql.Ast.ANTLR.Tree.SelectClause.CollectionFromElements"]
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
C# |
---|
public IList<FromElement> CollectionFromElements { get; } |
Visual Basic |
---|
Public ReadOnly Property CollectionFromElements As IList(Of FromElement) Get |
Visual C++ |
---|
public: property IList<FromElement^>^ CollectionFromElements { IList<FromElement^>^ get (); } |