-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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
Indexed properties mapping support (part of property bag entities) #13610
Labels
closed-fixed
The issue has been fixed and is/will be included in the release indicated by the issue milestone.
punted-for-3.0
type-enhancement
Milestone
Comments
This was referenced Oct 17, 2018
This was referenced Oct 29, 2018
divega
changed the title
Indexed properties mapping support
Indexed properties mapping support (part of property bag entities)
Sep 16, 2019
47 tasks
smitpatel
added a commit
that referenced
this issue
Dec 31, 2019
Few questions:
|
|
smitpatel
added a commit
that referenced
this issue
Dec 31, 2019
smitpatel
added a commit
that referenced
this issue
Dec 31, 2019
smitpatel
added a commit
that referenced
this issue
Dec 31, 2019
smitpatel
added a commit
that referenced
this issue
Jan 1, 2020
Only fluent API is left now.
unless someone brings something better in new year. |
smitpatel
added a commit
that referenced
this issue
Jan 3, 2020
smitpatel
added
the
closed-fixed
The issue has been fixed and is/will be included in the release indicated by the issue milestone.
label
Jan 3, 2020
smitpatel
added a commit
that referenced
this issue
Jan 4, 2020
smitpatel
added a commit
that referenced
this issue
Jan 4, 2020
smitpatel
added a commit
that referenced
this issue
Jan 4, 2020
@bigworld12 This issue is unrelated to the two that you mention. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
closed-fixed
The issue has been fixed and is/will be included in the release indicated by the issue milestone.
punted-for-3.0
type-enhancement
From discussion with @divega and @ajcvickers. We would like to support Entity classes with indexers:
You can then declare an indexed property in
OnModelCreating()
and have EF use the indexer to access that property, instead of expecting a member. (Note: this addresses parts of issues #2968 and #9914).The text was updated successfully, but these errors were encountered: