Gets the aggregated records associated with this navigation query, 
            which come from the original records consolidated by a rollup key.
            
| C# | Visual Basic | Visual C++ | 
public virtual AggrERecList AggrERecs{ get;}
Public Overridable ReadOnly Property AggrERecs As AggrERecList
public: virtual property AggrERecList^ AggrERecs { AggrERecList^ get (); }
            The aggregated records of this navigation query.  If no 
            aggregated records are available an emtpy AggrERecList
            is returned.