2 overrides of GetStartPoint
System.Data.Entity (2)
System\Data\Spatial\DefaultSpatialServices.cs (1)
413public override DbGeography GetStartPoint(DbGeography geographyValue)
System\Data\SqlClient\SqlSpatialServices.Generated.cs (1)
361public override System.Data.Spatial.DbGeography GetStartPoint(System.Data.Spatial.DbGeography geographyValue)
1 reference to GetStartPoint
System.Data.Entity (1)
System\Data\Spatial\DbGeography.cs (1)
606public DbGeography StartPoint { get { return this.spatialSvcs.GetStartPoint(this); } }