You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Recently I've been trying to use IQuery.SetProperties with ExpandoObject and, of course, failed.
Support for IDictionary<string, object> (and similar interfaces) would be benefical as it would also handle other use cases, such as use of Dictionary itself. Also it is relatively easy to implement.