35e99d9f2af1f10c40e6199df42d36fd4abe7324
The ExecuteDynamicSqlAsync method now returns an IEnumerable of dictionaries representing query result rows, instead of a JSON string. This allows consumers to work directly with the data in its native .NET object form.
Description
Languages
C#
100%