-
Notifications
You must be signed in to change notification settings - Fork 3.3k
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
Support non-persisted properties #14121
Comments
@ajcvickers Are you suggesting to add another value, like |
@AndriySvyryd Not really suggesting anything, just wondering how close it is to what we need. |
@ajcvickers |
1e6d85e implemented this in Cosmos by allowing to set "PropertyName" to an empty string. |
Add a way to ignore a property for updates or queries, this is useful when the property value is always computed on the client, see #10768
Cosmos would use this to store the client key for entities in owned collections.
This would replace the relational
IReadOnlyProperty.*IsStored
methodsIt could be configured separetely for different mapping types (Table, View, Sproc, etc.)
The text was updated successfully, but these errors were encountered: