2 overrides of ElementAt
System.Data.Entity (2)
System\Data\Spatial\DefaultSpatialServices.cs (1)
370
public override DbGeography
ElementAt
(DbGeography geographyValue, int index)
System\Data\SqlClient\SqlSpatialServices.Generated.cs (1)
313
public override System.Data.Spatial.DbGeography
ElementAt
(System.Data.Spatial.DbGeography geographyValue, int nValue)
1 reference to ElementAt
System.Data.Entity (1)
System\Data\Spatial\DbGeography.cs (1)
563
return this.spatialSvcs.
ElementAt
(this, index);