Public ReadOnly Property GroupBy As IReadOnlyList(Of KeyValuePair(Of Field,Object))
public IReadOnlyList<KeyValuePair<Field,object>> GroupBy {get;}
GroupBy results where each KeyValuePair element's Key is a Field used for the GROUP BY and the corresponding Value is the value of the field.Public ReadOnly Property GroupBy As IReadOnlyList(Of KeyValuePair(Of Field,Object))
public IReadOnlyList<KeyValuePair<Field,object>> GroupBy {get;}
Target Platforms: Windows 11 Home, Pro, Enterprise (64 bit)