2 overrides of GetPointOnSurface
System.Data.Entity (2)
System\Data\Spatial\DefaultSpatialServices.cs (1)
864
public override DbGeometry
GetPointOnSurface
(DbGeometry geometryValue)
System\Data\SqlClient\SqlSpatialServices.Generated.cs (1)
899
public override System.Data.Spatial.DbGeometry
GetPointOnSurface
(System.Data.Spatial.DbGeometry geometryValue)
1 reference to GetPointOnSurface
System.Data.Entity (1)
System\Data\Spatial\DbGeometry.cs (1)
761
public DbGeometry PointOnSurface { get { return this.spatialSvcs.
GetPointOnSurface
(this); } }