How do I get a spatial value from EF Core’s FromSqlRaw
Recently I’ve encountered a problem where I just had to use FromSqlRaw to my db to execute the function of one of Postgresql extensions. This function returns a single entry, and I want to get value of this entry somehow. However, for some reasons I can’t do it this way: