2 overrides of GetEndPoint
System.Data.Entity (2)
System\Data\Spatial\DefaultSpatialServices.cs (1)
408
public override DbGeography
GetEndPoint
(DbGeography geographyValue)
System\Data\SqlClient\SqlSpatialServices.Generated.cs (1)
369
public override System.Data.Spatial.DbGeography
GetEndPoint
(System.Data.Spatial.DbGeography geographyValue)
1 reference to GetEndPoint
System.Data.Entity (1)
System\Data\Spatial\DbGeography.cs (1)
611
public DbGeography EndPoint { get { return this.spatialSvcs.
GetEndPoint
(this); } }