2 overrides of GetEndPoint
System.Data.Entity (2)
System\Data\Spatial\DefaultSpatialServices.cs (1)
408public override DbGeography GetEndPoint(DbGeography geographyValue)
System\Data\SqlClient\SqlSpatialServices.Generated.cs (1)
369public 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)
611public DbGeography EndPoint { get { return this.spatialSvcs.GetEndPoint(this); } }