GetRow(i) to return the entire dictionary #457
paulflo150
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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