2 overrides of PointAt
System.Data.Entity (2)
System\Data\Spatial\DefaultSpatialServices.cs (1)
432
public override DbGeography
PointAt
(DbGeography geographyValue, int index)
System\Data\SqlClient\SqlSpatialServices.Generated.cs (1)
393
public 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)
635
return this.spatialSvcs.
PointAt
(this, index);