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.








