GetRow(i) to return the entire dictionary #457
Replies: 2 comments 1 reply
-
|
Reading between the lines, Assuming so: I'm assuming that you are requesting an API on |
Beta Was this translation helpful? Give feedback.
-
|
API PR complete; let me know whether you agree this meets your needs, before we merge anything. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Since result[i] is being deprecated, is there any chance of adding a GetAll, or something along those lines that returns the entire dictionary?
Currently I have a generic method I return aggregations from based on the type that requests it and then I am passing the entire dictionary back to methods insides these types which then convert the key/ value pairs to the actual object.
This is my flow
Beta Was this translation helpful? Give feedback.
All reactions