How do dynamic objects sort? #2524
Unanswered
liujingshi
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello, I have a dynamic object.
publc dynamic Extensions {get; set; }
, used to store user-defined extension fields, user-defined extension fields need to be displayed on the Table, and support sorting, what should I do?Using the SQL statement is
order by data -> 'Extensions' ->> 'xxx'
, but can you do that with OrderBy using Linq? Or is there a better way?Beta Was this translation helpful? Give feedback.
All reactions