2 overrides of GeographyLineFromText
System.Data.Entity (2)
System\Data\Spatial\DefaultSpatialServices.cs (1)
195public override DbGeography GeographyLineFromText(string geographyText, int spatialReferenceSystemId)
System\Data\SqlClient\SqlSpatialServices.Generated.cs (1)
50public override System.Data.Spatial.DbGeography GeographyLineFromText(string lineText, int srid)
1 reference to GeographyLineFromText
System.Data.Entity (1)
System\Data\Spatial\DbGeography.cs (1)
276return DbSpatialServices.Default.GeographyLineFromText(lineWellKnownText, coordinateSystemId);