2 overrides of PointAt
System.Data.Entity (2)
System\Data\Spatial\DefaultSpatialServices.cs (1)
432public override DbGeography PointAt(DbGeography geographyValue, int index)
System\Data\SqlClient\SqlSpatialServices.Generated.cs (1)
393public override System.Data.Spatial.DbGeography PointAt(System.Data.Spatial.DbGeography geographyValue, int nValue)
1 reference to PointAt
System.Data.Entity (1)
System\Data\Spatial\DbGeography.cs (1)
635return this.spatialSvcs.PointAt(this, index);