How to not return all properties in SqlRaw #143
Replies: 1 comment 1 reply
-
|
would setting a default value PropB in the record work as well? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
How to not return all properties in SqlRaw
Entity Frameworks SqlRaw has a small, sometimes annoying limitation:
The SQL query must return data for all properties of the entity type.
Sometimes that isn't desireable, so let's overcome that super easy.
https://steven-giesel.com/blogPost/c6bea409-9e49-4915-8529-8a8a8574ba80/how-to-not-return-all-properties-in-sqlraw
Beta Was this translation helpful? Give feedback.
All reactions