public IReadOnlyList<KeyValuePair<Field,object>> GroupBy {get;}
Public ReadOnly Property GroupBy As IReadOnlyList(Of KeyValuePair(Of Field,Object))
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 IReadOnlyList<KeyValuePair<Field,object>> GroupBy {get;}
Public ReadOnly Property GroupBy As IReadOnlyList(Of KeyValuePair(Of Field,Object))
Target Platforms: Windows 11, Windows 10