2 overrides of GetIsClosed
System.Data.Entity (2)
System\Data\Spatial\DefaultSpatialServices.cs (1)
826
public override bool?
GetIsClosed
(DbGeometry geometryValue)
System\Data\SqlClient\SqlSpatialServices.Generated.cs (1)
851
public override bool?
GetIsClosed
(System.Data.Spatial.DbGeometry geometryValue)
1 reference to GetIsClosed
System.Data.Entity (1)
System\Data\Spatial\DbGeometry.cs (1)
716
public bool? IsClosed { get { return this.spatialSvcs.
GetIsClosed
(this); } }