2 overrides of GetIsClosed
System.Data.Entity (2)
System\Data\Spatial\DefaultSpatialServices.cs (1)
418public override bool? GetIsClosed(DbGeography geographyValue)
System\Data\SqlClient\SqlSpatialServices.Generated.cs (1)
377public override bool? GetIsClosed(System.Data.Spatial.DbGeography geographyValue)
1 reference to GetIsClosed
System.Data.Entity (1)
System\Data\Spatial\DbGeography.cs (1)
616public bool? IsClosed { get { return this.spatialSvcs.GetIsClosed(this); } }