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
Non-observable and non-ordered collections of value types won't be supported initially. However, some non-ordered collections could be mapped to JSON objects, see #28861
We will also add support for non-observable ordered collections of value types, but to get the best performance it will be the developer's responsibility to use the corresponding methods on entry.ComplexCollection(e => e.Collection) to inform EF of any operations that involve the order: insert, delete and move.
Non-observable and non-ordered collections of value types won't be supported initially. However, some non-ordered collections could be mapped to JSON objects, see #28861
Depends on #31237, #9906
The text was updated successfully, but these errors were encountered: