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