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