2 references to PointCount
System.Data.Entity (2)
System\Data\Objects\ELinq\SpatialPropertyTranslator.cs (2)
68
yield return GetProperty((System.Data.Spatial.DbGeography geo) => geo.
PointCount
);
113
result.Add(GetProperty((System.Data.Spatial.DbGeography geo) => geo.
PointCount
), "PointCount");