Is it possible to insert data from a dictionary?
Closed this issue · 1 comments
isaacabraham commented
It's common with many datastores - especially those that do runtime serialization - to allow insertion via key/value pairs e.g. dictionary. Keys become field names and values are the values of the field.
Is this possible with this client?
Thanks
runeanielsen commented
It should be possible because everything is generic, can you please try and see if it works, if not let me know.