Newbie question: Result and GetDictionrary

Why does the Result object include methods like GetBoolean, GetDouble, etc when the root of the Result is always the database name? In order to read properties from the result, GetDictionary(database.Name) needs to be called. Am I doing something wrong? Thanks.

Hi @QsWZJuPYAh2Wh7dZ,

Which version of the SDK are you using?

Which Result object are you referring to? IQueryResult, IMutationResult, etc?

Also, I don’t quite understand what you mean when you say:

Maybe you could share some code to demonstrate your question?

1 Like