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