2 overrides of GeographyMultiLineFromText
System.Data.Entity (2)
System\Data\Spatial\DefaultSpatialServices.cs (1)
213public override DbGeography GeographyMultiLineFromText(string geographyText, int spatialReferenceSystemId)
System\Data\SqlClient\SqlSpatialServices.Generated.cs (1)
71public override System.Data.Spatial.DbGeography GeographyMultiLineFromText(string multiLineText, int srid)
1 reference to GeographyMultiLineFromText
System.Data.Entity (1)
System\Data\Spatial\DbGeography.cs (1)
322return DbSpatialServices.Default.GeographyMultiLineFromText(multiLineWellKnownText, coordinateSystemId);