I'm using .NET 4.5 and EF 6.0 (also tried with 6.1.3).
I have Location ...geography... column in an Entities table (...System.Data.Entity.Spatial.DbGeography...)....using System.Data.Spatial; //also tried Entity one
public class Entity
{
public DbGeo...