I'm using a ...Microsoft.EntityFrameworkCore.DbQuery... to return POCOs from the result of a table-valued function in my database. I noticed that none of my POCOs have any of their properties set -- they're all default values -- as long as their access m...