How calculate distance between two points in EF Core and PostgreSql database
I am trying to calculate the distance of the user current point with another point in the database. I wrote the following code but I get function st_x(geography) does not exist
error.