Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Complex type observable ordered value type collection support #31411

Open
Tracked by #31238
AndriySvyryd opened this issue Aug 5, 2023 · 1 comment
Open
Tracked by #31238

Complex type observable ordered value type collection support #31411

AndriySvyryd opened this issue Aug 5, 2023 · 1 comment

Comments

@AndriySvyryd
Copy link
Member

AndriySvyryd commented Aug 5, 2023

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

@AndriySvyryd
Copy link
Member Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants