[Missing <summary> documentation for "P:NHibernate.Linq.Visitors.ResultOperatorProcessors.ProcessResultOperatorReturn.AdditionalFrom"]
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
C# |
---|
public HqlTreeNode AdditionalFrom { get; set; } |
Visual Basic |
---|
Public Property AdditionalFrom As HqlTreeNode Get Set |
Visual C++ |
---|
public: property HqlTreeNode^ AdditionalFrom { HqlTreeNode^ get (); void set (HqlTreeNode^ value); } |