this is my entity :
public class TLandPoint { [Key] public int gid { get; set; } public Point geom { get; set; } public long LandId { get; set; }