2 references to IsEmpty
System.Data.Entity (2)
System\Data\Objects\ELinq\SpatialPropertyTranslator.cs (2)
58
yield return GetProperty((System.Data.Spatial.DbGeography geo) => geo.
IsEmpty
);
103
result.Add(GetProperty((System.Data.Spatial.DbGeography geo) => geo.
IsEmpty
), "IsEmptySpatial");