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